Skip to content

Commit

Permalink
chore: include required Next.js stages to issue template (vercel#60142)
Browse files Browse the repository at this point in the history
Include an additional requirement in the [Issue
Template](https://github.com/vercel/next.js/blob/canary/.github/ISSUE_TEMPLATE/1.bug_report.yml)
for adding information about which :nextjs: stage (e.g, `next dev`,
`next build`, & `next start`) is affected in an issue.
  • Loading branch information
samcx authored and agustints committed Jan 6, 2024
1 parent b219bed commit 2c511dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,18 @@ body:
- 'TypeScript (plugin, built-in types)'
validations:
required: true
- type: dropdown
attributes:
label: Which stage(s) are affected? (Select all that apply)
multiple: true
options:
- 'next dev (local)'
- 'next build (local)'
- 'next start (local)'
- 'Vercel (Deployed)'
- 'Other (Deployed)'
validations:
required: true
- type: markdown
attributes:
value: |
Expand Down

0 comments on commit 2c511dc

Please sign in to comment.