From 68c059165bd6166e53c87cbe916d01c68c50678e Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sat, 7 Aug 2021 13:41:41 +0200 Subject: [PATCH] chore: fix bug report and feature request templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/labels.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9b84e5654..d49ec3dd7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Report incorrect or unexpected behavior of discord.js title: '' -labels: 's: unverified, type: bug' +labels: 'bug, need repro' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ac30bcff9..ae04d138d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Request a feature for the core discord.js library title: '' -labels: 'type: enhancement' +labels: 'feature request' assignees: '' --- diff --git a/.github/labels.yml b/.github/labels.yml index 698f4c109..6e0881777 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -44,6 +44,8 @@ color: 'e4e669' - name: 'need repro' color: 'c66037' +- name: 'performance' + color: '80c042' - name: 'permissions' color: '80c042' - name: 'priority:high' @@ -72,8 +74,6 @@ color: '80c042' - name: 'typings' color: '80c042' -- name: 'unverified' - color: 'ffffff' - name: 'utility' color: '80c042' - name: 'wontfix'