sjb/.github/PULL_REQUEST_TEMPLATE.md
2025-01-20 17:56:47 +08:00

41 lines
1.4 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.

<!--
注意!这是修复代码或添加新功能的 Pull Request请仔细确认合并的目标仓库名称。
不要提交无效的PR包括个人配置或更新结果的变更否则将会被直接关闭严重将会被列入黑名单
Attention! This is a Pull Request to fix code or add new functionality. Please carefully confirm the target repository name for the merge.
Do not submit invalid PR (including personal configuration or result changes), otherwise it will be directly closed, serious will be blacklisted!
-->
<!-- PULL REQUEST TEMPLATE -->
<!-- (Update "[ ]" to "[x]" to check a box) -->
**What kind of change does this PR introduce?** (check at least one)
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update
- [ ] Refactor
- [ ] Build-related changes
- [ ] Release
- [ ] Other, please describe:
**Which environment is this PR for?** (check at least one)
- [ ] Workflow
- [ ] GUI
- [ ] Docker
- [ ] Command line
- [ ] Other, please describe:
**Does this PR introduce a breaking change?** (check one)
- [ ] Yes
- [ ] No
If yes, please describe the impact and migration path for existing applications:
If adding a **new feature**, the PR's description includes:
- [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue
first and wait for approval before working on it)
**Other information:**