diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 00000000..aa12d989 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,12 @@ +--- +name: 功能请求 +about: 为项目提供想法 +title: "[FEATURE]" +labels: '' +assignees: '' + +--- + +## 请描述功能点 + +## 也可提供功能的实现方案 diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 00000000..e3fb9062 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -0,0 +1,15 @@ +--- +name: Bug 反馈 +about: 反馈 Bug 以改善项目 +title: "[BUG]" +labels: '' +assignees: '' + +--- + +## 1. 问题的表现是怎样的? + + +## 2. 问题的复现路径 + +## 3. 预期是什么? diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..44733bc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,15 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +## 1. 问题的表现是怎样的? + + +## 2. 问题的复现路径 + +## 3. 预期是什么?