We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77b4b05 + 8278db9 commit f175a64Copy full SHA for f175a64
1 file changed
.github/ISSUE_TEMPLATE/01-bug_report.yml
@@ -98,6 +98,21 @@ body:
98
validations:
99
required: false
100
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
111
+ - label: Reproduced with a minimal config or default settings.
112
113
+ - label: Checked the README, CHANGELOG, and existing docs.
114
115
+
116
- type: checkboxes
117
id: checklist
118
attributes:
0 commit comments