Skip to content

Commit

Permalink
clarify the dropdown supports multiple selects
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Dec 1, 2022
1 parent ffeaa1f commit 99648d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug_report.yml
Expand Up @@ -23,7 +23,7 @@ body:
required: true
- type: dropdown
attributes:
label: Which area of Next.js is affected? (leave empty if unsure)
label: Which area(s) of Next.js is affected? (leave empty if unsure)
multiple: true
options:
- 'App directory (appDir: true)'
Expand Down
2 changes: 1 addition & 1 deletion .github/issue-labeler.yml
@@ -1,6 +1,6 @@
# https://github.com/github/issue-labeler#basic-examples

# Should match the list "Which area of Next.js is affected?" in:
# Should match the list "Which area(s) of Next.js is affected?" in:
# https://github.com/vercel/next.js/blob/canary/.github/ISSUE_TEMPLATE/1.bug_report.yml
'area: app':
- 'App directory (appDir: true)'
Expand Down

0 comments on commit 99648d3

Please sign in to comment.