Skip to content

Commit a51f606

Browse files
Merge pull request #768 from erikdarlingdata/add-debug-field-bug-template
Ask for @debug output in bug report template
2 parents fed985a + f703669 commit a51f606

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)