Add PR templates

[GitHub #142]
This commit is contained in:
Aoran Zeng
2024-12-09 19:03:03 +08:00
parent 8c1bb3d5a9
commit a5dcaad8d0
6 changed files with 102 additions and 0 deletions

View File

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