diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..0ea2acde --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: ColdWaterLW + +--- + + + +## 版本信息(Version) + +## 问题描述(Describe) + +## 截图或日志(Log) + +## 如何复现(To Reproduce) + + + +## 问题原因 + +## 解决方案 + +## 变更影响面 + +#### 受影响的模块或功能 + +#### 外部引用的潜在问题或风险 + +#### 版本兼容性 + +#### 测试建议 + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/new-feature-.md b/.github/ISSUE_TEMPLATE/new-feature-.md new file mode 100644 index 00000000..cb650917 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-feature-.md @@ -0,0 +1,29 @@ +--- +name: 'New feature ' +about: Suggest an feature for this project +title: '' +labels: '' +assignees: ColdWaterLW + +--- + + + +## 需求描述(Describe) + + + + + +## 实现方案 + +## 变更影响面 + +#### 受影响的模块或功能 + +#### 外部引用的潜在问题或风险 + +#### 版本兼容性 + +#### 测试建议 + \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..36f7ee72 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## 关联的 issue + +## 描述你的变更 + +## 确认项(pr提交后操作) +> [!TIP] +> 请在指定**复审人**之前,确认并完成以下事项,完成后✅ +---------------------------------------------------------------------- +- [ ] 我已完成自测 +- [ ] 我已在关联的issue里补充了实现方案 +- [ ] 我已在关联的issue里补充了测试影响面 +- [ ] 我已确认了变更的兼容性,如果不兼容则在issue里标记 `not_compatible` +- [ ] 我已确认了是否要更新文档,如果要更新则在issue里标记 `need_update_doc` +----------------------------------------------------------------------