feat: use issue types

This commit is contained in:
Jiralite
2025-09-06 23:16:41 +01:00
parent 001df6d53e
commit cf067e446b
4 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
name: Bug report
description: Report an issue with discord.js or another package.
labels: [t:bug, t:need reproduction]
labels:
- t:need reproduction
type: Bug
body:
- type: markdown
attributes:

View File

@@ -1,6 +1,8 @@
name: Websites bug report
description: Report an issue with the documentation or guide websites.
labels: [t:bug, t:need reproduction]
labels:
- t:need reproduction
type: Bug
body:
- type: markdown
attributes:

View File

@@ -1,6 +1,6 @@
name: Feature request
description: Request a new feature (discord.js accepts documented features of the official Discord developer API only!)
labels: [t:feature request]
type: Feature
body:
- type: markdown
attributes: