|
| 1 | +# https://github.com/github/issue-labeler#basic-examples |
| 2 | + |
| 3 | +# Should match the list "Which area(s) of Next.js are affected?" in: |
| 4 | +# https://github.com/vercel/next.js/blob/canary/.github/ISSUE_TEMPLATE/1.bug_report.yml |
| 5 | +'area: app': |
| 6 | + - 'App directory (appDir: true)' |
| 7 | +'area: create-next-app': |
| 8 | + - 'CLI (create-next-app)' |
| 9 | +'area: data fetching': |
| 10 | + - 'Data fetching (gS(S)P, getInitialProps)' |
| 11 | +'area: next/dynamic': |
| 12 | + - 'Dynamic imports (next/dynamic)' |
| 13 | +'area: ESLint': |
| 14 | + - 'ESLint (eslint-config-next)' |
| 15 | +'area: Font Optimization': |
| 16 | + - 'Font optimization (@next/font)' |
| 17 | +'area: next/head / head.js': |
| 18 | + - 'Head component/file (next/head / head.js)' |
| 19 | +'area: I18n': |
| 20 | + - 'Internationalzation (i18n)' |
| 21 | +'area: next/image': |
| 22 | + - 'Image optmization (next/image, next/legacy/image)' |
| 23 | +'area: Jest': |
| 24 | + - 'Jest (next/jest)' |
| 25 | +'area: Edge': |
| 26 | + - 'Middleware / Edge (API routes, runtime)' |
| 27 | +'area: package manager': |
| 28 | + - 'Package manager (npm, pnpm, Yarn)' |
| 29 | +'area: Routing': |
| 30 | + - 'Routing (next/router, next/navigation, next/link)' |
| 31 | +'area: next/script': |
| 32 | + - 'Script optimizatzion (next/script)' |
| 33 | +'area: standalone mode': |
| 34 | + - 'Standalone mode (output: "standalone")' |
| 35 | +'area: export': |
| 36 | + - 'Static HTML Export (next export)' |
| 37 | +'area: SWC Minify': |
| 38 | + - 'SWC minifier (swcMinify: true)' |
| 39 | +'area: SWC transforms': |
| 40 | + - 'SWC transpilation' |
| 41 | +'area: Turbopack': |
| 42 | + - 'Turbopack (--turbo)' |
| 43 | +'area: TypeScript': |
| 44 | + - 'TypeScript' |
| 45 | +# Less used/old/redundant labels |
| 46 | +# area: AMP |
| 47 | +# area: API routes |
| 48 | +# area: Application Code |
| 49 | +# area: Codemods |
| 50 | +# area: Compiler Performance |
| 51 | +# area: Compiler |
| 52 | +# area: Concurrent Features |
| 53 | +# area: Debugger |
| 54 | +# area: Developer Experience |
| 55 | +# area: Ecosystem |
| 56 | +# area: experimental |
| 57 | +# area: Middleware |
| 58 | +# area: Reliability |
| 59 | +# area: Repository Maintenance |
| 60 | +# area: Server Components |
| 61 | +# area: Static Generation |
| 62 | +# area: styled-jsx |
| 63 | +# area: Tracing |
| 64 | +# area: URL Imports |
0 commit comments