Skip to content

Commit

Permalink
Update the ISSUE_TEMPLATE after labels renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Apr 7, 2021
1 parent 3cc95c9 commit 9147b76
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name: Bug report
about: Report on something that's broken :-/
title: ''
labels: bug
labels:
- 'Type: Bug'
- 'fix'
- 'bugfix'
- 'bug'
assignees: ''

---
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/discussion-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Discussion request
about: Suggest a topic for to discuss. This is often for something big we don't know
yet what specific features to create.
title: ''
labels: discussion
labels:
- 'Type: Discussion'
- 'discussion'
assignees: ''

---
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/enhancement-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name: Enhancement request
about: Suggest an improvement to some existing functionality
title: ''
labels: enhancement
labels:
- 'Type: Enhancement'
- 'enhancement'
assignees: ''

---
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Feature request
about: Suggest an new idea, something that doesn't exist, or isn't happening but you
thing should.
title: ''
labels: feature
labels:
- 'Type: Feature'
- 'feature'
assignees: ''

---
Expand Down

0 comments on commit 9147b76

Please sign in to comment.