mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
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:
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report incorrect or unexpected behaviour of discord.js
|
||||
labels: s: unverified, type: bug
|
||||
|
||||
---
|
||||
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Request a feature for the core discord.js library
|
||||
labels: type: enhancement
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user