mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
feat: use issue types
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
description: Report an issue with discord.js or another package.
|
description: Report an issue with discord.js or another package.
|
||||||
labels: [t:bug, t:need reproduction]
|
labels:
|
||||||
|
- t:need reproduction
|
||||||
|
type: Bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
name: Websites bug report
|
name: Websites bug report
|
||||||
description: Report an issue with the documentation or guide websites.
|
description: Report an issue with the documentation or guide websites.
|
||||||
labels: [t:bug, t:need reproduction]
|
labels:
|
||||||
|
- t:need reproduction
|
||||||
|
type: Bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
description: Request a new feature (discord.js accepts documented features of the official Discord developer API only!)
|
description: Request a new feature (discord.js accepts documented features of the official Discord developer API only!)
|
||||||
labels: [t:feature request]
|
type: Feature
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
5
.github/labels.yml
vendored
5
.github/labels.yml
vendored
@@ -119,13 +119,8 @@
|
|||||||
color: 88aabb
|
color: 88aabb
|
||||||
- name: t:backport-candidate
|
- name: t:backport-candidate
|
||||||
color: 0075ca
|
color: 0075ca
|
||||||
- name: t:bug
|
|
||||||
description: Something is not working as expected.
|
|
||||||
color: '870808'
|
|
||||||
- name: t:duplicate
|
- name: t:duplicate
|
||||||
color: cfd3d7
|
color: cfd3d7
|
||||||
- name: t:feature request
|
|
||||||
color: fcf95a
|
|
||||||
- name: t:invalid
|
- name: t:invalid
|
||||||
description: This is not related to discord.js.
|
description: This is not related to discord.js.
|
||||||
color: e4e669
|
color: e4e669
|
||||||
|
|||||||
Reference in New Issue
Block a user