41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
<!--
|
||
注意!这是修复代码或添加新功能的 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:** |