We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5b97f commit 038b771Copy full SHA for 038b771
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -2,6 +2,17 @@ name: 🐞 Bug Report
2
description: Tell us about something that's not working the way we (probably) intend.
3
labels: ["KMP", "Bug"]
4
body:
5
+ - type: dropdown
6
+ id: framework
7
+ attributes:
8
+ label: Framework
9
+ description: Which framework are you using?
10
+ options:
11
+ - Kotlin Multiplatform
12
+ - Compose Multiplatform
13
+ validations:
14
+ required: true
15
+
16
- type: dropdown
17
id: environment
18
attributes:
0 commit comments