From d9db38fd4a470ed1f4611a6e03c468b06dced9ea 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 15:15:36 +0800 Subject: [PATCH 1/3] Update issue templates --- .../ISSUE_TEMPLATE/default-issue-template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/default-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/default-issue-template.md b/.github/ISSUE_TEMPLATE/default-issue-template.md new file mode 100644 index 00000000..9603d573 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/default-issue-template.md @@ -0,0 +1,18 @@ +--- +name: Default issue template +about: Default template. +title: '' +labels: '' +assignees: '' + +--- + +# 问题描述 +> 建议出问题先更新到最新版本,查看已有issue +> 请在labels设置中加上问题类型 +# 上传方式 +> web or api +# 上传渠道 +> Telegram, Cloudflare R2等 +# 辅助材料 +> 上传接口请求、响应截图,环境变量设置截图等,尽可能详细 From 196f186dd911d539fcd29ea1ca069bb55b058529 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 15:19:40 +0800 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/default-issue-template.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/default-issue-template.md b/.github/ISSUE_TEMPLATE/default-issue-template.md index 9603d573..16dc64f9 100644 --- a/.github/ISSUE_TEMPLATE/default-issue-template.md +++ b/.github/ISSUE_TEMPLATE/default-issue-template.md @@ -8,11 +8,16 @@ assignees: '' --- # 问题描述 -> 建议出问题先更新到最新版本,查看已有issue -> 请在labels设置中加上问题类型 +> 建议出问题先更新到最新版本,查看已有issue;请在labels设置中加上问题类型 + + # 上传方式 > web or api + + # 上传渠道 > Telegram, Cloudflare R2等 + + # 辅助材料 > 上传接口请求、响应截图,环境变量设置截图等,尽可能详细 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 3/3] 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 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: ''