Add log output to bug template (#53)
This commit is contained in:
parent
3ecfcdb218
commit
c022bd29f8
1 changed files with 9 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/bug.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
|
@ -35,6 +35,15 @@ body:
|
|||
render: 'yaml'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- id: 'log_output'
|
||||
type: 'textarea'
|
||||
attributes:
|
||||
label: 'Log output'
|
||||
description: 'Paste your log output here. Please do not paste a link to your run because logs expire.'
|
||||
render: 'text'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- id: 'additional'
|
||||
type: 'textarea'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue