Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ name: 🐞 Bug Report
description: Tell us about something that's not working the way we (probably) intend.
labels: ["KMP", "Bug"]
body:
- type: dropdown
id: framework
attributes:
label: Framework
description: Which framework are you using?
options:
- Kotlin Multiplatform
- Compose Multiplatform
validations:
required: true

- type: dropdown
id: environment
attributes:
Expand Down