Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update GitHub issue templates' package chooser #554

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading