Skip to content

Commit 781aff9

Browse files
committed
Fix issue templates not applying labels
1 parent 1ad8ebb commit 781aff9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: If you experienced a bug while playing with Immersive Engineering
3-
labels: ["bug"]
3+
labels: ["bug 🐛"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/crash_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Crash Report
22
description: If your game crashed while playing with Immersive Engineering
3-
labels: ["crash :boom:"]
3+
labels: ["crash 💥"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/suggestion.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Feature Suggestion
22
description: If you have an idea or feature to add to Immersive Engineering
3-
title: "[Suggestion] ... "
4-
labels: ["suggestion :bulb:"]
3+
labels: ["suggestion 💡"]
54
body:
65
- type: markdown
76
attributes:

0 commit comments

Comments
 (0)