From 1028971e156ebd01f79cf65c47c07619a1770161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B?= Date: Mon, 5 Sep 2022 22:31:06 +0800 Subject: [PATCH] add ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug.md | 46 ++++++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/help.md | 46 ++++++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/idea.md | 40 +++++++++++++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/help.md create mode 100644 .github/ISSUE_TEMPLATE/idea.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..b7b22a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,46 @@ +--- +name: Bug feedback +about: Submit a bug feedback to us。 +title: "【BUG feedback】" +labels: bug + +--- + + + +## 描述 Bug +## Describe the bug +请在此填入对此 Bug 清晰准确的描述。 +Please enter a clear and accurate description of this bug here. + +## 如何复现此 Bug +## How to reproduce this bug +复现此 Bug 的步骤: +Steps to reproduce this bug: +1. xx +2. xxxx +3. xxxxxx +4. xxxxxxxx + +## 期望 +## expectation +对您所期望的情况做一个简单描述。 +Give a brief description of what you expect. + +## 截图 +## screenshot +如果条件允许,请在此附上您的截图。您可以使用 Ctrl + V 直接粘贴图片。 +If possible, please attach your screenshot here. You can use Ctrl + V to paste the picture directly. + +## 您的设备信息 +## your device information + - 系统信息: + - system message + - 使用版本 + - Use version + + +## 补充信息 +## Additional information +您可以在这里输入其他有关此 Bug 的信息。 +You can enter additional information about this bug here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md new file mode 100644 index 0000000..8f368fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help.md @@ -0,0 +1,46 @@ +--- +name: ask for help +about: To us and our netizens ask for help。 +title: "【ask for help】" +labels: "help wanted" + +--- + + + +## 描述问题 +## ## describe the problem +请在此填入对你遇到的问题清晰准确的描述。 +Please fill in here a clear and accurate description of the problem you are experiencing. + +## 如何复现此问题 +## How to reproduce this problem +复现此问题的步骤: +Steps to reproduce this issue: +1. xx +2. xxxx +3. xxxxxx +4. xxxxxxxx + +## 你需要的帮助 +## help you need +请在此填入你需要的帮助。 +Please fill in the help you need here. + +## 截图 +## screenshot +如果条件允许,请在此附上您的截图。您可以使用 Ctrl + V 直接粘贴图片。 +If possible, please attach your screenshot here. You can use Ctrl + V to paste the picture directly. + +## 您的设备信息 +## your device information + - 系统信息: + - system message + - 使用版本 + - Use version + + +## 补充信息 +## Additional information +您可以在这里输入其他关于您需要的帮助的信息。 +Here you can enter additional information about the help you need. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/idea.md b/.github/ISSUE_TEMPLATE/idea.md new file mode 100644 index 0000000..cd81df4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/idea.md @@ -0,0 +1,40 @@ +--- +name: Submit a suggestion +about: Submit a suggestion to us. +title: "【recommend】" +labels: enhancement + +--- + + + +## 描述建议 +## describe the suggestion +请在此填入对此建议清晰准确的描述。 +Please enter a clear and precise description of this proposal here. + +## 此建议将如何工作 +## How this suggestion will work +工作步骤: +Work steps: +1. xx +2. xxxx +3. xxxxxx +4. xxxxxxxx + +## 相关的技术 +## related technologies +如果您有能力,您可以在此提供一些技术帮助。 +If you are able, you can provide some technical assistance here. + +## 截图 +## screenshot +如果条件允许,请在此附上您的截图。您可以使用 Ctrl + V 直接粘贴图片。 +If possible, please attach your screenshot here. You can use Ctrl + V to paste the picture directly. + +## 补充信息 +## Additional information +您可以在这里输入其他有关此建议的信息。 +You can enter additional information about this suggestion here. + + \ No newline at end of file