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
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
3 changed files with 4 additions and 4 deletions

View file

@ -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: ''
---
<!-- Use Discord for questions: https://discord.gg/djs -->

View file

@ -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: ''
---
<!-- Use Discord for questions: https://discord.gg/djs -->

4
.github/labels.yml vendored
View file

@ -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'