diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 272eb0f8b3e8..4f710d22e2ba 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -27,7 +27,7 @@ body: label: Which area(s) of Next.js are affected? (leave empty if unsure) multiple: true options: - - 'App directory (appDir: true)' + - 'App Router' - 'CLI (create-next-app)' - 'Data fetching (gS(S)P, getInitialProps)' - 'Dynamic imports (next/dynamic)'