misc: automatically add labels to issues that use a template (#3367)

* misc: Automatically add labels to issues that use the template

* misc: Ditto

* misc: DITTO
This commit is contained in:
Vlad Frangu 2019-07-11 13:59:19 +03:00 committed by SpaceEEC
parent 20d7b3de59
commit 4069d009d1
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
---
name: Bug report
about: Report incorrect or unexpected behaviour of discord.js
labels: s: unverified, type: bug
---

View file

@ -1,6 +1,7 @@
---
name: Feature request
about: Request a feature for the core discord.js library
labels: type: enhancement
---

View file

@ -1,6 +1,7 @@
---
name: Question / General support request
about: Ask for help in Discord instead - https://discord.gg/bRCvFy9
labels: question (please use Discord instead)
---