Skip to content

Commit ce2bbf0

Browse files
committed
chore: update issue templates
1 parent fddb625 commit ce2bbf0

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ body:
3232
description: What browsers are you seeing the problem on?
3333
label: Browsers
3434
type: dropdown
35-
multiple: true
36-
options:
37-
- Chrome
38-
- Firefox
39-
- Safari
40-
- Microsoft Edge
41-
- Other
35+
multiple: true
36+
options:
37+
- Chrome
38+
- Firefox
39+
- Safari
40+
- Microsoft Edge
41+
- Other
4242
validations:
4343
required: false
4444
- attributes:

.github/ISSUE_TEMPLATE/03-feature.yml renamed to .github/ISSUE_TEMPLATE/02-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
required: true
1010
type: checkboxes
1111
- attributes:
12-
description: What did you expect to be able to do?
12+
description: What would you like to request?
1313
label: Overview
1414
type: textarea
1515
validations:

.github/ISSUE_TEMPLATE/04-tooling.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,11 @@ body:
1111
required: true
1212
type: checkboxes
1313
- attributes:
14-
description: What did you expect to be able to do?
14+
description: What would you like to request?
1515
label: Overview
1616
type: textarea
1717
validations:
1818
required: true
19-
- attributes:
20-
description: Enter the version of @marsidev/react-turnstile you are using.
21-
label: Package Version
22-
type: input
23-
validations:
24-
required: false
2519
- attributes:
2620
description: Any additional info you'd like to provide.
2721
label: Additional Info

0 commit comments

Comments
 (0)