From 90b80faa6f9d2a11ca4976a1ac39a3380bba8ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Fri, 19 Apr 2024 12:39:44 +0200 Subject: [PATCH] chore: rename 'example bug' label to 'examples' (#64775) --- .github/ISSUE_TEMPLATE/2.example_bug_report.yml | 2 +- contributing/repository/triaging.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2.example_bug_report.yml b/.github/ISSUE_TEMPLATE/2.example_bug_report.yml index 5adcdb0d46..0a40c987a2 100644 --- a/.github/ISSUE_TEMPLATE/2.example_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2.example_bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report for Examples description: Create a bug report for one of the Next.js examples -labels: ['example bug'] +labels: ['examples'] body: - type: markdown attributes: diff --git a/contributing/repository/triaging.md b/contributing/repository/triaging.md index 508a8ced44..2a8e489116 100644 --- a/contributing/repository/triaging.md +++ b/contributing/repository/triaging.md @@ -8,7 +8,7 @@ Issues are opened with one of these labels: - `bug` - issue with Next.js itself - `documentation` - feedback for improvement or an issue with the Next.js documentation -- `example bug` - an issue with one of the examples in the [`examples`](https://github.com/vercel/next.js/tree/canary/examples) folder +- `examples` - an issue with one of the examples in the [`examples`](https://github.com/vercel/next.js/tree/canary/examples) folder ## Bug reports