From e6e87d64d69ab62c5d8a61a5811abe0cff05d389 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:53:30 +0300 Subject: [PATCH] Add troubleshooting mode confirmation to bug report Added a checkbox to confirm troubleshooting mode is enabled before filing a bug report. --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0dc6d10a8..5ca1021a0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,6 +6,15 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + - type: checkboxes + id: confirm-troubleshooting + attributes: + label: Have you enabled troubleshooting mode? + description: | + To ensure the bug is not caused by custom modifications or plugins make sure to enable troubleshooting mode before filing the report. In Stash go to Settings and click **Troubleshooting mode** and then retest to see if the bug still occurs. + options: + - label: I confirm that the troubleshooting mode is enabled. + required: true - type: textarea id: description attributes: @@ -61,4 +70,4 @@ body: attributes: label: Relevant log output description: Please copy and paste any relevant log output from Settings > Logs. This will be automatically formatted into code, so no need for backticks. - render: shell \ No newline at end of file + render: shell