mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
fix: update issue templates
This commit is contained in:
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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user