Browse Source

Update bug report template (#4768)

Explicitly add mention of the code snippet and related libraries
versions
pull/4784/head
Ivan Matkov 7 months ago committed by GitHub
parent
commit
a731ebc649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 21
      .github/ISSUE_TEMPLATE/bug_report.md

21
.github/ISSUE_TEMPLATE/bug_report.md

@ -22,19 +22,28 @@ A clear and concise description of what the bug is.
- iOS - 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 <!-- Note that Compose HTML is not a multiplatform library. It can be used ONLY with Kotlin/JS. -->
**Versions** **Versions**
- Kotlin version*: - Libraries:
- Compose Multiplatform version*: - Compose Multiplatform version:
- OS version(s)* (required for Desktop and iOS issues): - Navigation Multiplatform version (for related issues):
- ...
- Kotlin version:
- 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): - Device (model or simulator for iOS issues):
- JDK (for desktop issues): - JDK (for desktop issues):
**To Reproduce** **To Reproduce**
Steps and/or the code snippet to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Run this code snippet:
```kt
@Composable
fun BugReproduction() {
// ...
}
```
2. Click on '...' 2. Click on '...'
3. Scroll down to '...' 3. Scroll down to '...'
4. See error 4. See error

Loading…
Cancel
Save