chore: fix bug report and feature request templates

This commit is contained in:
iCrawl
2021-08-07 13:41:41 +02:00
parent d1d740c1a5
commit 68c059165b
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
name: Bug report name: Bug report
about: Report incorrect or unexpected behavior of discord.js about: Report incorrect or unexpected behavior of discord.js
title: '' title: ''
labels: 's: unverified, type: bug' labels: 'bug, need repro'
assignees: '' assignees: ''
--- ---
<!-- Use Discord for questions: https://discord.gg/djs --> <!-- Use Discord for questions: https://discord.gg/djs -->

View File

@@ -3,7 +3,7 @@
name: Feature request name: Feature request
about: Request a feature for the core discord.js library about: Request a feature for the core discord.js library
title: '' title: ''
labels: 'type: enhancement' labels: 'feature request'
assignees: '' assignees: ''
--- ---
<!-- Use Discord for questions: https://discord.gg/djs --> <!-- Use Discord for questions: https://discord.gg/djs -->

4
.github/labels.yml vendored
View File

@@ -44,6 +44,8 @@
color: 'e4e669' color: 'e4e669'
- name: 'need repro' - name: 'need repro'
color: 'c66037' color: 'c66037'
- name: 'performance'
color: '80c042'
- name: 'permissions' - name: 'permissions'
color: '80c042' color: '80c042'
- name: 'priority:high' - name: 'priority:high'
@@ -72,8 +74,6 @@
color: '80c042' color: '80c042'
- name: 'typings' - name: 'typings'
color: '80c042' color: '80c042'
- name: 'unverified'
color: 'ffffff'
- name: 'utility' - name: 'utility'
color: '80c042' color: '80c042'
- name: 'wontfix' - name: 'wontfix'