diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 277f01d1ee..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: ['submitted', 'bug'] -assignees: '' - ---- - - - -**Describe the bug** -A clear and concise description of what the bug is. - -**Affected platforms** - -- Desktop (Windows, Linux, macOS) -- iOS -- Web (K/Wasm) - Canvas based API -- Web (K/JS) - Canvas based API -- Web (K/JS) - HTML library - -**Versions** -- Libraries: - - Compose Multiplatform version: - - Navigation Multiplatform version (for related issues): - - ... -- Kotlin version: -- OS version(s) (required for Desktop and iOS issues): -- OS architecture (x86 or arm64): -- Device (model or simulator for iOS issues): -- JDK (for desktop issues): - -**To Reproduce** -Steps to reproduce the behavior: -1. Run this code snippet: - ```kt - @Composable - fun BugReproduction() { - // ... - } - ``` -2. Click on '...' -3. Scroll down to '...' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md deleted file mode 100644 index d039a554c8..0000000000 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Enhancement -about: 'New feature or request' -title: '' -labels: 'submitted, enhancement' -assignees: '' - ---- diff --git a/.github/ISSUE_TEMPLATE/performance.md b/.github/ISSUE_TEMPLATE/performance.md deleted file mode 100644 index 7cd4658e8b..0000000000 --- a/.github/ISSUE_TEMPLATE/performance.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -name: Performance problem -about: Create a report to help us improve -title: '' -labels: ['submitted', 'performance'] -assignees: '' - ---- - -**Describe the problem** -Explain the performance issue you're experiencing, including the following details: - -- What specific issue did you encounter? (e.g. missing frames, high CPU usage, memory leaks) -- Have you noticed any patterns or specific circumstances under which the problem occurs? - -**Affected platforms** -Select one of the platforms below: -- All -- Desktop -- Web (K/Wasm) - Canvas based API -- Web (K/JS) - Canvas based API -- Web (K/JS) - HTML library -- iOS -- Other - -If the problem is Android-only, report it in the [Jetpack Compose tracker](https://issuetracker.google.com/issues/new?component=612128) - -**Versions** -- Kotlin version: -- Compose Multiplatform version: -- OS version(s) (required for Desktop and iOS issues): -- OS architecture (x86 or arm64): -- JDK (for desktop issues): - -**Sample code** -If possible, provide a small piece of code that reproduces the problem. If the code snippet is too large to paste here, please link to a Gist, a GitHub repo, or any other public code repository. - -**Reproduction steps** -Please provide a detailed step-by-step guide on how to reproduce the issue you are experiencing. - -**Video** -If you're reporting slow app work or missing frames, please provide a video of the problem. - -**Profiling data** -Please provide any relevant profiling data that might be helpful. This could include information like FPS, memory usage, CPU time, or any other data that could provide insight into the performance issue. - -**Additional information** -Provide any other details that you think might be helpful for us to understand the problem. This could include things like the system configuration, external factors, etc.