Skip to content

Commit 01fc0ec

Browse files
authored
meta: fix default labels of issue templates (#4270)
* meta: fix default labels of issue templates * meta: change default label of Feature Request
1 parent 5f6e7b4 commit 01fc0ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐞 Bug Report
22
description: Tell us about something that's not working the way we (probably) intend.
3-
labels: ["Platform: .NET", "bug"]
3+
labels: [".NET", "Bug"]
44
body:
55
- type: dropdown
66
id: nuget

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 💡 Feature Request
22
description: Tell us about a problem our SDK could solve but doesn't.
3-
labels: ["Platform: .NET", "enhancement"]
3+
labels: [".NET", "Feature"]
44
body:
55
- type: textarea
66
id: problem

0 commit comments

Comments
 (0)