Skip to content

Commit

Permalink
chore: fix bug report and feature request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Aug 7, 2021
1 parent d1d740c commit 68c0591
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Bug report
about: Report incorrect or unexpected behavior of discord.js
title: ''
labels: 's: unverified, type: bug'
labels: 'bug, need repro'
assignees: ''
---
<!-- Use Discord for questions: https://discord.gg/djs -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Feature request
about: Request a feature for the core discord.js library
title: ''
labels: 'type: enhancement'
labels: 'feature request'
assignees: ''
---
<!-- Use Discord for questions: https://discord.gg/djs -->
Expand Down
4 changes: 2 additions & 2 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
color: 'e4e669'
- name: 'need repro'
color: 'c66037'
- name: 'performance'
color: '80c042'
- name: 'permissions'
color: '80c042'
- name: 'priority:high'
Expand Down Expand Up @@ -72,8 +74,6 @@
color: '80c042'
- name: 'typings'
color: '80c042'
- name: 'unverified'
color: 'ffffff'
- name: 'utility'
color: '80c042'
- name: 'wontfix'
Expand Down

0 comments on commit 68c0591

Please sign in to comment.