Update PR templates

This commit is contained in:
Aoran Zeng
2024-12-10 15:22:14 +08:00
parent 0d9113ba5c
commit 69622b8a64
6 changed files with 0 additions and 0 deletions

19
.github/PULL_REQUEST_TEMPLATE/Clean.md vendored Normal file
View File

@@ -0,0 +1,19 @@
## 描述
注意: 小改动请使用该PR模板。而中等、大型规模的变化或者引起巨大联动变化的改动需要使用 `Refactor` PR模板。
请介绍你进行了什么清理,如某部分代码,如某部分文档
<br>
## 方案
请介绍你进行清理的方案(如果你认为有必要的话)
<br>
## 实现
请介绍你的实现(若实现相当直接则不需要描述)
<br>