chsrc/.github/pull_request_template.md
2025-06-15 23:59:30 +08:00

55 lines
740 B
Markdown
Raw 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.

## 描述
### 问题背景 (必填)
1. 简要说明此 PR 修复的具体问题或改进的功能背景
2. 列出与此 PR 相关的 issue 或任务,若没有填 `N/A`
---
例如:
当前 `chsrc list` 命令无法正确排序镜像源列表
- Closes #123
- Depends on #789
<br>
## 方案 (必填)
详细描述针对该问题或功能改进的解决方案
<br>
## 实现 (可选)
在按照上述方案实现时,若遇到需记录和提醒他人的细节时,务必在此描述
<br>
## 测试 (可选)
描述如何验证本 PR列出具体的测试步骤
<br>
## 备注 (可选)
列出需要特别注意或额外注意的事项
---
例如:
- 此 PR 向后兼容,原有命令和选项不受影响
<br>