Skip to content

Commit 9ed0d9b

Browse files
committed
chore: switched to checkbox instead for new bug report field
1 parent ef14abb commit 9ed0d9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ body:
4949
validations:
5050
required: true
5151

52-
- type: dropdown
52+
- type: checkboxes
5353
id: more-nextjs-info
5454
attributes:
5555
label: Is your issue related to the `app` directory (beta)?
5656
options:
57-
- Yes, my issue is related to the `app` directory
58-
- No, my issue is related to the the stable version of Next.js
57+
- label: Yes, I am using the `app` directory
5958

6059
- type: checkboxes
6160
id: more-info

0 commit comments

Comments
 (0)