From 9d5a3e8c6bf18c919b1f3fe0f9eecbf9958ffcab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Tue, 4 Apr 2023 13:30:56 +0200 Subject: [PATCH] chore: update labels (#47904) ### What? Syncing https://github.com/vercel/next.js/labels with the bug report template. ### Why? We've got some OS-related reports so it would be nice to be able to filter on that. ### How? The label description is added as a select option to the template, which then matches one of the labels https://github.com/vercel/next.js/labels --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 5237db049272b..5c89c839b26bd 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -32,13 +32,14 @@ body: - 'Data fetching (gS(S)P, getInitialProps)' - 'Dynamic imports (next/dynamic)' - 'ESLint (eslint-config-next)' - - 'Font optimization (@next/font)' + - 'Font optimization (next/font)' - 'Image optimization (next/image, next/legacy/image)' - 'Internationalization (i18n)' - 'Jest (next/jest)' - 'MDX (@next/mdx)' - 'Metadata (metadata, generateMetadata, next/head, head.js)' - 'Middleware / Edge (API routes, runtime)' + - 'Operating System (Windows, MacOS, Linux)' - 'Package manager (npm, pnpm, Yarn)' - 'Routing (next/router, next/navigation, next/link)' - 'Script optimization (next/script)' @@ -47,7 +48,7 @@ body: - 'SWC minifier (swcMinify: true)' - 'SWC transpilation' - 'Turbopack (--turbo)' - - 'TypeScript' + - 'TypeScript (plugin, built-in types)' - type: input attributes: label: Link to the code that reproduces this issue