mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: fix bug report and feature request templates
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -3,7 +3,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report incorrect or unexpected behavior of discord.js
|
about: Report incorrect or unexpected behavior of discord.js
|
||||||
title: ''
|
title: ''
|
||||||
labels: 's: unverified, type: bug'
|
labels: 'bug, need repro'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
<!-- Use Discord for questions: https://discord.gg/djs -->
|
<!-- Use Discord for questions: https://discord.gg/djs -->
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -3,7 +3,7 @@
|
|||||||
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
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'type: enhancement'
|
labels: 'feature request'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
<!-- Use Discord for questions: https://discord.gg/djs -->
|
<!-- Use Discord for questions: https://discord.gg/djs -->
|
||||||
|
|||||||
4
.github/labels.yml
vendored
4
.github/labels.yml
vendored
@@ -44,6 +44,8 @@
|
|||||||
color: 'e4e669'
|
color: 'e4e669'
|
||||||
- name: 'need repro'
|
- name: 'need repro'
|
||||||
color: 'c66037'
|
color: 'c66037'
|
||||||
|
- name: 'performance'
|
||||||
|
color: '80c042'
|
||||||
- name: 'permissions'
|
- name: 'permissions'
|
||||||
color: '80c042'
|
color: '80c042'
|
||||||
- name: 'priority:high'
|
- name: 'priority:high'
|
||||||
@@ -72,8 +74,6 @@
|
|||||||
color: '80c042'
|
color: '80c042'
|
||||||
- name: 'typings'
|
- name: 'typings'
|
||||||
color: '80c042'
|
color: '80c042'
|
||||||
- name: 'unverified'
|
|
||||||
color: 'ffffff'
|
|
||||||
- name: 'utility'
|
- name: 'utility'
|
||||||
color: '80c042'
|
color: '80c042'
|
||||||
- name: 'wontfix'
|
- name: 'wontfix'
|
||||||
|
|||||||
Reference in New Issue
Block a user