From 18fb9e1677cdab56d8ce5b50c9b878933bab755c Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 27 Feb 2023 15:13:50 -0500 Subject: [PATCH 1/3] chore: updated issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a394b8da4e..2e7ad43be2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -49,6 +49,14 @@ body: validations: required: true + - type: dropdown + id: more-nextjs-info + attributes: + label: Is your issue related to the `app` directory (beta)? + options: + - Yes, my issue is related to the `app` directory. + - No, my issue is related to the the stable version of Next.js. + - type: checkboxes id: more-info attributes: From ef14abb50250451d4d7bf9c8be8310574398091d Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 27 Feb 2023 15:15:18 -0500 Subject: [PATCH 2/3] chore: removed periods --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2e7ad43be2..59b67b877c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -54,8 +54,8 @@ body: attributes: label: Is your issue related to the `app` directory (beta)? options: - - Yes, my issue is related to the `app` directory. - - No, my issue is related to the the stable version of Next.js. + - Yes, my issue is related to the `app` directory + - No, my issue is related to the the stable version of Next.js - type: checkboxes id: more-info From 9ed0d9be6a0727548bebcd2804fb5b00a0cf2b56 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 27 Feb 2023 15:19:08 -0500 Subject: [PATCH 3/3] chore: switched to checkbox instead for new bug report field --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 59b67b877c..288410d164 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -49,13 +49,12 @@ body: validations: required: true - - type: dropdown + - type: checkboxes id: more-nextjs-info attributes: label: Is your issue related to the `app` directory (beta)? options: - - Yes, my issue is related to the `app` directory - - No, my issue is related to the the stable version of Next.js + - label: Yes, I am using the `app` directory - type: checkboxes id: more-info