diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 8a98b456fcf7d..4d1fdb653240a 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -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: |