Update issue triage template (#962)

This commit is contained in:
Aram Akhavan
2026-03-14 22:27:52 -07:00
committed by GitHub
parent 6cc9ff7fc5
commit e4c40f7e80
+10 -1
View File
@@ -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