Skip to content

Commit 8278db9

Browse files
hyperpolymathclaude
andcommitted
feat(issue-forms): add 'Troubleshooting already attempted' checklist to bug report
Harvested from idaptik's local bug form (generalised from web-specific to estate-generic) during the issue-template unification audit. Makes the canon bug form a strict upgrade over every local override before they're retired to inherit it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 77b4b05 commit 8278db9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/01-bug_report.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,21 @@ body:
9898
validations:
9999
required: false
100100

101+
- type: checkboxes
102+
id: troubleshooting
103+
attributes:
104+
label: Troubleshooting already attempted
105+
description: Tick anything you've already tried — it narrows the cause and avoids back-and-forth.
106+
options:
107+
- label: Reproduced on the latest `main` (not a stale checkout).
108+
required: false
109+
- label: Tried a clean rebuild / cleared caches / fresh environment.
110+
required: false
111+
- label: Reproduced with a minimal config or default settings.
112+
required: false
113+
- label: Checked the README, CHANGELOG, and existing docs.
114+
required: false
115+
101116
- type: checkboxes
102117
id: checklist
103118
attributes:

0 commit comments

Comments
 (0)