Skip to content

Commit f175a64

Browse files
Merge pull request #3 from hyperpolymath/feat/bug-form-troubleshooting-checklist
feat(issue-forms): add 'Troubleshooting already attempted' checklist to bug form
2 parents 77b4b05 + 8278db9 commit f175a64

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)