From 35b578dde437d9d5d61b0229bb64a55121f6e445 Mon Sep 17 00:00:00 2001 From: Evan Date: Tue, 27 Dec 2022 11:55:50 +0900 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++------------ .github/ISSUE_TEMPLATE/custom.md | 10 ------ .github/ISSUE_TEMPLATE/feature_request.md | 19 ++++++----- .github/ISSUE_TEMPLATE/question.md | 36 ++++++++++++++++++++ 4 files changed, 65 insertions(+), 40 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..8bab1f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 报告问题 about: Create a report to help us improve title: '' labels: '' @@ -7,32 +7,30 @@ assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: +**重现** +重现行为的步骤: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. +**预期行为** +对您预期发生的事情的清晰简洁的描述。 -**Screenshots** -If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**截图** +如果适用,请添加屏幕截图以帮助解释您的问题。 -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**PC (请填写以下信息):** + - 系统: [e.g. iOS] + - 浏览器 [e.g. chrome, safari] + - 版本 [e.g. 22] -**Additional context** -Add any other context about the problem here. +**手机 (请填写以下信息):** + - 设备: [e.g. iPhone6] + - 系统: [e.g. iOS8.1] + - 浏览器 [e.g. stock browser, safari] + - 版本 [e.g. 22] + +**附加上下文** +在此处添加有关该问题的任何其他上下文。 diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 48d5f81..0000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..d936415 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: 想要新功能 about: Suggest an idea for this project title: '' labels: '' @@ -7,14 +7,15 @@ assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +**您的功能请求是否与问题相关?请描述。** +清楚简明地描述问题所在。比如,当[...]时我总是很沮丧[...] -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +**描述您想要的解决方案** +清晰简洁地描述您想要发生的事情。 -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +**描述您考虑过的备选方案** +对您考虑 过的任何替代解决方案或功能的清晰简洁的描述。 + +**附加上下文** +在此处添加有关功能请求的任何其他上下文或屏幕截图。 -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..d6190a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,36 @@ +--- +name: 请求帮助 +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**重现** +重现行为的步骤: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**预期行为** +对您预期发生的事情的清晰简洁的描述。 + + +**截图** +如果适用,请添加屏幕截图以帮助解释您的问题。 + +**PC (请填写以下信息):** +- 系统: [e.g. iOS] +- 浏览器 [e.g. chrome, safari] +- 版本 [e.g. 22] + +**手机 (请填写以下信息):** +- 设备: [e.g. iPhone6] +- 系统: [e.g. iOS8.1] +- 浏览器 [e.g. stock browser, safari] +- 版本 [e.g. 22] + +**附加上下文** +在此处添加有关该问题的任何其他上下文。