Skip to content

Commit

Permalink
chore: update GitHub issue templates' package chooser
Browse files Browse the repository at this point in the history
Issue #554
  • Loading branch information
JohnAlbin authored Oct 17, 2023
1 parent bb9becc commit b0a7fd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -31,7 +32,7 @@ body:
- example-search-api
- example-umami
- example-webform
default: 0
default: 1
validations:
required: true
- type: textarea
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -26,7 +27,7 @@ body:
- example-search-api
- example-umami
- example-webform
default: 0
default: 1
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b0a7fd3

Please sign in to comment.