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'