Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,21 @@ body:
validations:
required: false

- type: checkboxes
id: troubleshooting
attributes:
label: Troubleshooting already attempted
description: Tick anything you've already tried — it narrows the cause and avoids back-and-forth.
options:
- label: Reproduced on the latest `main` (not a stale checkout).
required: false
- label: Tried a clean rebuild / cleared caches / fresh environment.
required: false
- label: Reproduced with a minimal config or default settings.
required: false
- label: Checked the README, CHANGELOG, and existing docs.
required: false

- type: checkboxes
id: checklist
attributes:
Expand Down