Files
Sikuwa/.github/ISSUE_TEMPLATE/feature_request.md
so陈 13a1072c6f
Some checks are pending
CI / Test (Python 3.10 on macos-latest) (push) Waiting to run
CI / Test (Python 3.11 on macos-latest) (push) Waiting to run
CI / Test (Python 3.12 on macos-latest) (push) Waiting to run
CI / Test (Python 3.8 on macos-latest) (push) Waiting to run
CI / Test (Python 3.9 on macos-latest) (push) Waiting to run
CI / Test (Python 3.10 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.11 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.12 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.8 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.9 on ubuntu-latest) (push) Waiting to run
CI / Test (Python 3.10 on windows-latest) (push) Waiting to run
CI / Test (Python 3.11 on windows-latest) (push) Waiting to run
CI / Test (Python 3.12 on windows-latest) (push) Waiting to run
CI / Test (Python 3.8 on windows-latest) (push) Waiting to run
CI / Test (Python 3.9 on windows-latest) (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Release (push) Blocked by required conditions
Documentation / Build Documentation (push) Waiting to run
Sikuwa first commit
2026-02-20 23:53:48 +08:00

52 lines
876 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: 功能请求
about: 提出新功能或改进建议
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## 功能描述
清晰简洁地描述所需的功能。
## 使用场景
描述此功能将解决什么问题或满足什么需求。
## 期望方案
描述期望的解决方案或实现方式。
## 备选方案
描述考虑过的其他替代方案。
## 实现建议
如有技术实现建议,请在此描述:
```python
# 示例代码或伪代码
```
## 相关资源
- 参考链接
- 相关文档
- 类似项目实现
## 优先级评估
| 指标 | 评估 |
|:---|:---|
| 影响范围 | 低 / 中 / 高 |
| 实现难度 | 低 / 中 / 高 |
| 紧迫程度 | 低 / 中 / 高 |
## 检查清单
- [ ] 已搜索现有 Issue确认功能未被请求
- [ ] 已考虑功能的向后兼容性
- [ ] 愿意参与此功能的开发(如适用)