Files
gpt-load/.github/pull_request_template.md
2025-07-16 09:05:51 +08:00

17 lines
689 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.

### 关联 Issue / Related Issue
<!-- 请填写此 PR 关联的 issue 编号例如Closes #123 / Please link the issue number, e.g., Closes #123 -->
Closes #
### 变更内容 / Change Content
<!-- 请简要描述本次变更的核心内容 / Please briefly describe the core changes of this PR -->
- [ ] Bug 修复 / Bug fix
- [ ] 新功能 / New feature
- [ ] 其他改动 / Other changes
<!-- 请在下方详细描述你的变更 / Please describe your changes in detail below -->
### 自查清单 / Checklist
- [ ] 我已在本地测试过我的变更。 / I have tested my changes locally.
- [ ] 我已更新了必要的文档。 / I have updated the necessary documentation.