Skip to content

Commit ca4ada6

Browse files
committed
issue templates: add "I'm not sure" option to dropdowns
1 parent 840f86a commit ca4ada6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body:
1111
description: You may select more than one.
1212
multiple: true
1313
options:
14+
- I'm not sure
1415
- Accessibility
1516
- Core/Environment/Rendering
1617
- PDE

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body:
1616
description: Choose the most relevant area for the proposed feature or improvement.
1717
multiple: true
1818
options:
19+
- I'm not sure
1920
- Accessibility
2021
- Core/Environment/Rendering
2122
- PDE

.github/ISSUE_TEMPLATE/3_feature-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body:
1616
description: Choose the sub-area most relevant to your feature request.
1717
multiple: true
1818
options:
19+
- I'm not sure
1920
- Accessibility
2021
- Core/Environment/Rendering
2122
- PDE

0 commit comments

Comments
 (0)