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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ body:
- Unknown/Other
validations:
required: true
- type: checkbox
- type: checkboxes
id: is-regression
attributes:
label: Is this a regression from previous behavior? In other words, did this work before an update and now does not?
options:
- Yes
- No
- Not sure, did not test other versions
- label: Yes, this used to work
- label: No, this is something new
- label: Not sure, did not test other versions
- type: dropdown
id: version-that-worked
attributes:
Expand Down