Skip to content

Commit 038b771

Browse files
authored
Add framework selection to bug report template
Added a dropdown for selecting the framework used in the bug report.
1 parent 6d5b97f commit 038b771

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ name: 🐞 Bug Report
22
description: Tell us about something that's not working the way we (probably) intend.
33
labels: ["KMP", "Bug"]
44
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+
516
- type: dropdown
617
id: environment
718
attributes:

0 commit comments

Comments
 (0)