From c00e590adbe6c88f709ec1b52facdb842343b4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=81=E6=9C=88=E6=9F=92?= <108160987+MarSeventh@users.noreply.github.com> Date: Sun, 10 Nov 2024 16:01:03 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 ++++++++++++++ ...plate.md => help-wanted-issue-template.md} | 4 +-- 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename .github/ISSUE_TEMPLATE/{default-issue-template.md => help-wanted-issue-template.md} (84%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..406805a --- /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 0000000..dc88ad1 --- /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 16dc64f..6296b06 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: ''