docs: github template
This commit is contained in:
39
.github/ISSUE_TEMPLATE/feature_request.md
vendored
39
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,31 +1,24 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE] "
|
||||
labels: "enhancement"
|
||||
name: 功能请求 (Feature Request)
|
||||
about: 使用简练详细的语言描述希望加入的新功能 (Suggest an idea for this project)
|
||||
title: ""
|
||||
labels: enhancement
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
**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 [...]
|
||||
**例行检查 / Checklist**
|
||||
<!-- 方框内填 'x' / Put an 'x' in all the boxes that apply -->
|
||||
- [ ] 我已确认目前没有类似 issue (I have checked for similar issues)
|
||||
- [ ] 我已确认我已升级到最新版本 (I have updated to the latest version)
|
||||
- [ ] 我已完整查看过项目 README,已确定现有版本无法满足需求 (I have read the README and confirmed the current version does not meet my needs)
|
||||
- [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈 (I am willing to follow up on this issue, assist with testing, and provide feedback)
|
||||
- [ ] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** (I understand and agree to the above, and I understand that the maintainers have limited time, so **issues that do not follow the rules may be ignored or closed directly**)
|
||||
|
||||
**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.
|
||||
**功能描述 / Feature Description**
|
||||
<!-- 请清晰、简洁地描述你希望实现的功能。 / A clear and concise description of what you want to happen. -->
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
**Implementation details (if applicable)**
|
||||
|
||||
- Affected components:
|
||||
- Potential breaking changes:
|
||||
- Dependencies:
|
||||
|
||||
**Would you like to work on this feature?**
|
||||
|
||||
- [ ] Yes, I would like to implement this feature
|
||||
- [ ] I need help with implementation
|
||||
- [ ] I prefer someone else to implement this
|
||||
**应用场景 / Use Case**
|
||||
<!-- 请描述该功能可以解决什么问题或在什么场景下使用。 / Please describe what problem this feature would solve or in what scenarios it would be used. -->
|
||||
|
Reference in New Issue
Block a user