diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..406805a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +# bug描述 +> 尽可能详细,明了 + +# 期望行为 + + +# 实际行为 + + +# 复现步骤 + + +# 辅助材料 +> 相关接口请求、响应截图;bug出现场景截图;与bug有关的文件等 + +# 补充说明 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..dc88ad1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +# 功能需求 +> 尽可能详细描述您的需求 + + +# 应用场景 +> web or api... + + +# 可行方案 +> 您对该功能的实现有哪些想法 diff --git a/.github/ISSUE_TEMPLATE/default-issue-template.md b/.github/ISSUE_TEMPLATE/help-wanted-issue-template.md similarity index 84% rename from .github/ISSUE_TEMPLATE/default-issue-template.md rename to .github/ISSUE_TEMPLATE/help-wanted-issue-template.md index 16dc64f9..6296b061 100644 --- a/.github/ISSUE_TEMPLATE/default-issue-template.md +++ b/.github/ISSUE_TEMPLATE/help-wanted-issue-template.md @@ -1,6 +1,6 @@ --- -name: Default issue template -about: Default template. +name: Help wanted issue template +about: Help wanted template. title: '' labels: '' assignees: ''