GoGoGo/.github/PULL_REQUEST_TEMPLATE.md
2022-06-22 13:44:44 +08:00

39 lines
1.0 KiB
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.

<!-- 感谢您的贡献! -->
<!-- Thanks for your contribution! -->
### 类型 / Type
- [ ] 新特性 New feature
- [ ] 问题修复 Bug fix
- [ ] 编码风格优化 Code style optimization
- [ ] 文档更新 documentation update
- [ ] 依赖更新 Dependencies update
- [ ] 性能优化 Performance optimization
- [ ] 功能增加 Enhancement function
- [x] 其他 Other (about what?)
<!-- 请选择该 PR 的类型。 -->
<!-- Please select your PRs type. -->
### 描述 / Description
<!-- 请在上面详细描述该 PR 的实现原理。 -->
<!-- Please describe the principles of implementing. -->
### 相关 ISSUE / Related ISSUE
<!-- 请在上面添加相关 ISSUE 的链接。 -->
<!-- Add the links of related issue. -->
### 合并检测 / Merge Check
<!-- 合并 PR 时,检查下面的工作是否完成。(提交 PR 时无需关心) -->
<!-- Check blow items, when merge this PR. (DO NOT CARE when submit your PR) -->
- [ ] 文档是否更新 If document is updated or not
- [ ] 变更记录是否记录 If changelog is updated or not