From 99648d3d1f5e317d267d5b8ab457cc49d99de468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Thu, 1 Dec 2022 12:40:39 +0100 Subject: [PATCH] clarify the dropdown supports multiple selects --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 2 +- .github/issue-labeler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 7638b1432473e..64e8b54536a51 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -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)' diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml index 3abc7c326f93b..3f24ac5a1e779 100644 --- a/.github/issue-labeler.yml +++ b/.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)'