Browse Source

Improve bug report template (#4396)

Remove "- All" option in affected platforms
pull/4404/head
Ivan Matkov 9 months ago committed by GitHub
parent
commit
2a207bba06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 23
      .github/ISSUE_TEMPLATE/bug_report.md

23
.github/ISSUE_TEMPLATE/bug_report.md

@ -7,26 +7,29 @@ assignees: ''
--- ---
<!--
If the bug is Android-only, report it in the [Jetpack Compose tracker](https://issuetracker.google.com/issues/new?component=612128)
-->
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
**Affected platforms** **Affected platforms**
Select one of the platforms below: <!-- Select one or multiple affected platforms below: -->
- All - [ ] Desktop (Windows, Linux, macOS)
- Desktop - [ ] iOS
- Web (K/Wasm) - Canvas based API - [ ] Web (K/Wasm) - Canvas based API
- Web (K/JS) - Canvas based API - [ ] Web (K/JS) - Canvas based API
- Web (K/JS) - HTML library - [ ] Web (K/JS) - HTML library
- iOS
- Other
If the bug is Android-only, report it in the [Jetpack Compose tracker](https://issuetracker.google.com/issues/new?component=612128)
**Versions** **Versions**
- Kotlin version*: - Kotlin version*:
- Compose Multiplatform version*: - Compose Multiplatform version*:
- OS version(s)* (required for Desktop and iOS issues): - OS version(s)* (required for Desktop and iOS issues):
- OS architecture (x86 or arm64): - OS architecture (x86 or arm64):
- Device (model or simulator for iOS issues):
- JDK (for desktop issues): - JDK (for desktop issues):
**To Reproduce** **To Reproduce**

Loading…
Cancel
Save