diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ce59b38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,47 @@ +--- +name: BUG 反馈 +about: 事情不像预期的那样工作吗? +title: '' +labels: 'bug' +assignees: '' + + + + + +## 我的环境 + + + +## 错误日志 + + + +## 期望行为 + + + +## 当前行为 + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f596894 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,34 @@ +--- +name: 功能建议 +about: 想让我们为 ZFile 增加什么功能吗? +title: 'feat: ' +labels: 'Feature Request' +assignees: '' + +--- + + + +## 概述 + + + +## 动机 + + + +## 详细解释 + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..2c0fcf3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: Question +about: 对 ZFile 有任何问题吗? +title: '' +labels: 'question' +assignees: '' + +--- + + \ No newline at end of file