diff --git a/.github/DISCUSSION_TEMPLATE/issue-triage.yml b/.github/DISCUSSION_TEMPLATE/issue-triage.yml index 8aac1f9..99c03d3 100644 --- a/.github/DISCUSSION_TEMPLATE/issue-triage.yml +++ b/.github/DISCUSSION_TEMPLATE/issue-triage.yml @@ -50,9 +50,10 @@ body: required: true - type: textarea attributes: - label: scrutiny logs + label: scrutiny debug logs description: | 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 - type: input attributes: @@ -112,6 +113,14 @@ body: render: json validations: 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 attributes: label: scrutiny.yaml