mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
fix: update issue templates
This commit is contained in:
parent
547bf83100
commit
651ff81bd5
3 changed files with 8 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue