Browse Source

delete issue templates

pull/5095/head
Victor Kropp 4 months ago
parent
commit
738b6c33fe
  1. 58
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 8
      .github/ISSUE_TEMPLATE/enhancement.md
  3. 48
      .github/ISSUE_TEMPLATE/performance.md

58
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,58 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ['submitted', 'bug']
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**
A clear and concise description of what the bug is.
**Affected platforms**
<!-- Select one or multiple affected platforms below: -->
- Desktop (Windows, Linux, macOS)
- iOS
- Web (K/Wasm) - Canvas based API
- Web (K/JS) - Canvas based API
- Web (K/JS) - HTML library <!-- Note that Compose HTML is not a multiplatform library. It can be used ONLY with Kotlin/JS. -->
**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.

8
.github/ISSUE_TEMPLATE/enhancement.md

@ -1,8 +0,0 @@
---
name: Enhancement
about: 'New feature or request'
title: ''
labels: 'submitted, enhancement'
assignees: ''
---

48
.github/ISSUE_TEMPLATE/performance.md

@ -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.
Loading…
Cancel
Save