From 9fc4d39aba24eb5740542f74aadcc4d3a286c6c2 Mon Sep 17 00:00:00 2001 From: Sam Ko Date: Wed, 29 Jan 2025 15:39:47 -0800 Subject: [PATCH] chore(github): add more areas (#75456) ## Why? Not sure how I forgot `Route Handlers`. --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index f76012ebe3b71..c71ed39859946 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -106,6 +106,7 @@ body: - 'React' - 'Redirects' - 'Route Groups' + - 'Route Handlers' - 'Runtime' - 'Script (next/script)' - 'Server Actions'