Update issue triage template (#962)
This commit is contained in:
@@ -50,9 +50,10 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: scrutiny logs
|
label: scrutiny debug logs
|
||||||
description: |
|
description: |
|
||||||
Provide any captured scrutiny logs or panic dumps during your issue reproduction in this field.
|
Provide any captured scrutiny logs or panic dumps during your issue reproduction in this field.
|
||||||
|
Make sure to turn on debug logging with the environment variable DEBUG=true
|
||||||
render: text
|
render: text
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
@@ -112,6 +113,14 @@ body:
|
|||||||
render: json
|
render: json
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: docker-compose.yml
|
||||||
|
description: |
|
||||||
|
If using docker, please provide your full docker-compose.yml file.
|
||||||
|
render: yaml
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: scrutiny.yaml
|
label: scrutiny.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user