Skip to content

Commit 74498f1

Browse files
authored
Add required "token" checkbox when reporting bugs (refined-github#7653)
1 parent bf1d9b2 commit 74498f1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ body:
4444
label: Browser(s) used
4545
validations:
4646
required: true
47+
- id: token
48+
type: checkboxes
49+
attributes:
50+
label: Token ⚠️
51+
options:
52+
- label: I set a token in the options page. I understand that some features require a token to work.
53+
required: true

0 commit comments

Comments
 (0)