Skip to content

Commit c97e63f

Browse files
authored
meta: fix default labels of issue templates (#2191)
1 parent 8815e27 commit c97e63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🐞 Bug Report
33
about: Report a bug in this repo
4-
labels: ["Platform: Unity", "Type: Bug"]
4+
labels: ["Unity", "Bug"]
55
---
66

77
### Environment

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 💡 Feature Request
33
about: Tell us about a problem our SDK could solve but doesn't.
4-
labels: ["Platform: Unity", "Type: Feature Request"]
4+
labels: ["Unity", "Feature"]
55
---
66

77
What problem could Sentry solve that it doesn't?

0 commit comments

Comments
 (0)