From 14ca8ff074ef590aeeab11a43d0bff272dc022f8 Mon Sep 17 00:00:00 2001 From: Misaka-blog Date: Wed, 25 Oct 2023 16:09:30 +0800 Subject: [PATCH] Improve issue template --- .github/ISSUE_TEMPLATE/bug-report-en.md | 22 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug-report-zh_cn.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request-en.md | 12 ++++++++++ .../ISSUE_TEMPLATE/feature_request-zh_cn.md | 4 ++-- 4 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-en.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request-en.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-en.md b/.github/ISSUE_TEMPLATE/bug-report-en.md new file mode 100644 index 00000000..5390a49f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-en.md @@ -0,0 +1,22 @@ +--- +name: 'Bug Report' +about: 'Please troubleshoot server-side issues and upgrade to the latest client before raising a question.' +title: 'BUG: ' +labels: '' +assignees: '' + +--- + +## Describe the problem + +Expected behavior: + +Actual behavior: + +## How to reproduce + +Provide helpful screenshots, videos, text descriptions, subscription links, etc. + +## log + +If you have logs, please upload them. Please see the detailed steps for exporting logs in the documentation. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug-report-zh_cn.md b/.github/ISSUE_TEMPLATE/bug-report-zh_cn.md index a71d0e10..232e6a56 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-zh_cn.md +++ b/.github/ISSUE_TEMPLATE/bug-report-zh_cn.md @@ -1,6 +1,6 @@ --- -name: 'Bug Report zh_CN' -about: '问题反馈,在提出问题前请先自行排除服务器端问题和升级到最新客户端。' +name: '问题反馈' +about: '在提出问题前请先自行排除服务器端问题和升级到最新客户端。' title: 'BUG: ' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request-en.md b/.github/ISSUE_TEMPLATE/feature_request-en.md new file mode 100644 index 00000000..e688400c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request-en.md @@ -0,0 +1,12 @@ +--- +name: 'Feature Request' +about: 'Make suggestions for new features of the software' +title: '' +labels: '' +assignees: '' + +--- + +## Description suggestions + +## Necessity of recommendations diff --git a/.github/ISSUE_TEMPLATE/feature_request-zh_cn.md b/.github/ISSUE_TEMPLATE/feature_request-zh_cn.md index 276d53b2..93baf216 100644 --- a/.github/ISSUE_TEMPLATE/feature_request-zh_cn.md +++ b/.github/ISSUE_TEMPLATE/feature_request-zh_cn.md @@ -1,6 +1,6 @@ --- -name: 'Feature Request zh_CN' -about: '功能请求,提出建议。' +name: '功能请求' +about: '对软件的新功能提出建议。' title: '' labels: '' assignees: ''