fix: update issue templates

This commit is contained in:
Crawl
2019-07-13 18:02:07 +02:00
committed by GitHub
parent 547bf83100
commit 651ff81bd5
3 changed files with 8 additions and 2 deletions

View File

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

View File

@@ -1,7 +1,9 @@
--- ---
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
labels: type: enhancement title: ''
labels: 'type: enhancement'
assignees: ''
--- ---

View File

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