Skip to content

Commit 446a0b3

Browse files
author
Karl Heinz Struggl
committed
adds default issue types to issue templates
1 parent f22d5c9 commit 446a0b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 🐞 Bug Report
22
description: Tell us about something that's not working the way we (probably) intend.
33
labels: ["Platform: KMP", "Type: Bug"]
4+
type: Bug
45
body:
56
- type: dropdown
67
id: environment

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 💡 Feature Request
22
description: Tell us about a problem our SDK could solve but doesn't.
33
labels: ["Platform: KMP", "Type: Feature Request"]
4+
type: Feature
45
body:
56
- type: textarea
67
id: problem

0 commit comments

Comments
 (0)