Merge pull request #717 from kvcache-ai/issue-template

Update issue templates
This commit is contained in:
Azure 2025-02-27 18:02:34 +08:00 committed by GitHub
commit 1f28f75f55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 61 additions and 0 deletions

37
.github/ISSUE_TEMPLATE/-bug-.md vendored Normal file
View file

@ -0,0 +1,37 @@
---
name: "[BUG]"
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
Checklist
- [ ] I have searched related issues but cannot get the expected help.
- [ ] The bug has not been fixed in the latest version.
- [ ] Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
- [ ] If the issue you raised is not a bug but a question, please raise a discussion at https://github.com/kvcache-ai/ktransformers/discussions. Otherwise, it will be closed.
- [ ] To help the community, I will use English or attach an English translation if using another language. Non-English content without translation may be closed.
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Run '...' command.
2. If you modified optimization rules, uploads the file or clarify what have you changed.
3. How did you install KTransformers? (e.g. from source, from whl)
4. KTransformers version (e.g. 0.2.2 or specific commit number)
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environments(please complete the following information):**
- OS: [e.g. Ubuntu 22.04]
- GPU: [e.g. NVIDIA RTX 4090]
- CPU: [e.g. Intel Xeon Gold 6454S]
**Additional context**
Add any other context about the problem here.

24
.github/ISSUE_TEMPLATE/-feature-.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
name: "[feature]"
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
Checklist:
- [ ] If the issue you raised is not a bug but a question, please raise a discussion at https://github.com/kvcache-ai/ktransformers/discussions. Otherwise, it will be closed.
- [ ] To help the community, I will use English or attach an English translation if using another language. Non-English content without translation may be closed.
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.