From cf067e446bdd0557469f0adf24c283907c4ac005 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:16:41 +0100 Subject: [PATCH] feat: use issue types --- .github/ISSUE_TEMPLATE/01-package_bug_report.yml | 4 +++- .github/ISSUE_TEMPLATE/02-application_bug_report.yml | 4 +++- .github/ISSUE_TEMPLATE/03-feature_request.yml | 2 +- .github/labels.yml | 5 ----- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-package_bug_report.yml b/.github/ISSUE_TEMPLATE/01-package_bug_report.yml index 2b2c22876..4fee9ebd5 100644 --- a/.github/ISSUE_TEMPLATE/01-package_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-package_bug_report.yml @@ -1,6 +1,8 @@ name: Bug report description: Report an issue with discord.js or another package. -labels: [t:bug, t:need reproduction] +labels: + - t:need reproduction +type: Bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-application_bug_report.yml b/.github/ISSUE_TEMPLATE/02-application_bug_report.yml index d176a6be6..278862962 100644 --- a/.github/ISSUE_TEMPLATE/02-application_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/02-application_bug_report.yml @@ -1,6 +1,8 @@ name: Websites bug report description: Report an issue with the documentation or guide websites. -labels: [t:bug, t:need reproduction] +labels: + - t:need reproduction +type: Bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-feature_request.yml b/.github/ISSUE_TEMPLATE/03-feature_request.yml index 504333691..ccd6f3eb3 100644 --- a/.github/ISSUE_TEMPLATE/03-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/03-feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Request a new feature (discord.js accepts documented features of the official Discord developer API only!) -labels: [t:feature request] +type: Feature body: - type: markdown attributes: diff --git a/.github/labels.yml b/.github/labels.yml index 68001e957..c02065520 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -119,13 +119,8 @@ color: 88aabb - name: t:backport-candidate color: 0075ca -- name: t:bug - description: Something is not working as expected. - color: '870808' - name: t:duplicate color: cfd3d7 -- name: t:feature request - color: fcf95a - name: t:invalid description: This is not related to discord.js. color: e4e669