From c9ab114bbdf652f603dcd410f39085c3b6ec9a35 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Tue, 17 Oct 2023 15:14:57 +0800 Subject: [PATCH] chore: update GitHub issue templates' package chooser --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- .github/ISSUE_TEMPLATE/question.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 03c4ce88..1f6919b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,6 +13,7 @@ body: label: Package containing the bug description: What package in this monorepo has the bug? options: + - Not package-specific - I’m not sure - next (Drupal module) - next-drupal (NPM package) @@ -31,7 +32,7 @@ body: - example-search-api - example-umami - example-webform - default: 0 + default: 1 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c6cd616b..c46c0d8e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,6 +8,7 @@ body: label: Package description: The feature request is for what package in this monorepo? options: + - Not package-specific - I’m not sure - next (Drupal module) - next-drupal (NPM package) @@ -26,7 +27,7 @@ body: - example-search-api - example-umami - example-webform - default: 0 + default: 1 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 3c2aa4c8..91634117 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -8,7 +8,7 @@ body: label: Package description: The question is for what package in this monorepo? options: - - Not applicable + - Not package-specific - I’m not sure - next (Drupal module) - next-drupal (NPM package)