Skip to content

Commit

Permalink
fix more labels on templates (#17906)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Nov 8, 2024
1 parent 30efd61 commit 5151d97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/000-report-crash.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Report Crash
description: "Report a bug that abruptly ends a game session or prevents the start of the game."
labels:
- "Type: Crash"
- "Crash"
- "Status: Triage"
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/002-suggest-a-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Suggest a Change
description: Suggest a change to an existing feature.
labels:
- "Status: Triage"
- "Type: Suggestion"
- "Suggestion"
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/003-request-new-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Request New Feature'
description: Request a new feature.
labels:
- "Status: Triage"
- "Type: Suggestion"
- "Suggestion"
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/004-suggest-a-new-mod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Suggest the addition of a new mod.
labels:
- "Status: Triage"
- "Type: Mod Addition"
- "Suggestion"
body:
- type: input
id: discord
Expand Down

0 comments on commit 5151d97

Please sign in to comment.