Skip to content

Commit

Permalink
change: Use new label names in issue templates, as well as S-needs-tr…
Browse files Browse the repository at this point in the history
…iage (CaffeineMC#1028)
  • Loading branch information
silversquirl authored Dec 5, 2021
1 parent 838c07e commit 7b3ef75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Bug report
description: ' Use this template if you''re running into bugs or other issues '
labels: bug
description: "Use this template if you're running into bugs or other issues"
labels:
- T-bug
- S-needs-triage
body:
- type: markdown
attributes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Crash report
description: Use this template if your game is crashing or failing to start correctly
labels: crash
labels:
- T-crash
- S-needs-triage
body:
- type: markdown
attributes:
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

labels: T-enhancement, S-needs-triage
---

**Is your feature request related to a problem? Please describe.**
Expand Down

0 comments on commit 7b3ef75

Please sign in to comment.