Skip to content

Commit f703669

Browse files
Ask for @debug output in bug report template
Add a Debug Output textarea to bug_report.yml asking reporters to re-run with @debug = 1 and paste the Messages output. Lists all procs that support @debug. The current_table value and failing dynamic SQL pinpoint the broken section without further round-trips. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fed985a commit f703669

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ body:
8989
validations:
9090
required: false
9191

92+
- type: textarea
93+
id: debug
94+
attributes:
95+
label: Debug Output
96+
description: |
97+
If the script supports `@debug = 1` (sp_QuickieStore, sp_HealthParser, sp_PressureDetector, sp_PerfCheck, sp_IndexCleanup, sp_LogHunter, sp_HumanEvents, sp_QueryStoreCleanup, sp_QueryReproBuilder), please re-run with `@debug = 1` and paste the **Messages tab** output — especially the last `current_table` value and the failing dynamic SQL block. This pinpoints which section is broken and is usually all we need to ship a fix.
98+
render: text
99+
validations:
100+
required: false
101+
92102
- type: textarea
93103
id: context
94104
attributes:

0 commit comments

Comments
 (0)