diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..06a8dff8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: 错误报告 +about: 针对某个版本OS Course Lab的错误报告 +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**报告描述** +你需要针对漏洞进行描述,其中的信息包括详细描述,构建时的系统平台,与预期不符的错误点。 + +**复现方式** +我们该如何复现这个错误? + +**截图** +如果可以的话,请附上错误截图。 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..87d89835 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: 特性申请 +about: 对OS-Course-Lab增加新特性的申请 +title: "[Feature Request]" +labels: '' +assignees: '' + +--- + +**特性描述** +你需要针对新特性进行描述,其中的信息包括详细描述,构建时的系统平台,希望增加的功能点(如基础设施,构建,文档等) diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md new file mode 100644 index 00000000..75633fe3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -0,0 +1,15 @@ +# 简介 + +## 问题变更 + +- [ ] 漏洞修复 +- [ ] 新特性 +- [ ] 颠覆性特性 +- [ ] 文档更新 + +## 介绍 + +请附上一个本PR所解决问题的简介 + +Fixes # (issue) +