From 58e69a6644ae1adabfa1fa0bf7a84ac8b00633a9 Mon Sep 17 00:00:00 2001 From: Lemonawa Date: Tue, 26 Jul 2022 18:11:22 +0800 Subject: [PATCH 1/5] Delete bug---.md --- .github/ISSUE_TEMPLATE/bug---.md | 33 -------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug---.md diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md deleted file mode 100644 index 9599ee10..00000000 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug 报告 -about: 在提出问题前请先自行排除服务器端问题和升级到最新客户端,同时也请通过搜索确认是否有人提出过相同问题。 -title: "[BUG]" -labels: bug -assignees: '' - ---- - -在提出问题前请先自行排除服务器端问题和升级到最新客户端,同时也请通过搜索确认是否有人提出过相同问题。 - -### 预期行为 -描述你认为应该发生什么 - -### 实际行为 -描述实际发生了什么 - -### 复现方法 -1. -2. -3. - -### 日志信息,位置在当前目录下的guiLogs -
- -``` -在这里粘贴日志 -``` -
- -### 环境信息(客户端请升级至最新正式版) - -### 额外信息(可选) From b54c8e97bde181cb395137361772c8da55492eee Mon Sep 17 00:00:00 2001 From: Lemonawa Date: Tue, 26 Jul 2022 18:11:31 +0800 Subject: [PATCH 2/5] Delete feature---.md --- .github/ISSUE_TEMPLATE/feature---.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature---.md diff --git a/.github/ISSUE_TEMPLATE/feature---.md b/.github/ISSUE_TEMPLATE/feature---.md deleted file mode 100644 index a93f12ad..00000000 --- a/.github/ISSUE_TEMPLATE/feature---.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature 请求 -about: 为这个项目提出一个建议 -title: "[Feature request]" -labels: enhancement -assignees: '' - ---- - -**你的功能请求是否与一个问题有关?请描述。** -清楚而简洁地描述问题是什么。例如。我总是感到沮丧,当 [...] - -**描述你希望的解决方案** -对你希望发生的事情进行清晰、简明的描述。 - -**描述你所考虑的替代方案** -对你考虑过的任何替代解决方案或功能进行清晰、简洁的描述。 - -**Additional context** -Add any other context or screenshots about the feature request here. From 2d80c90f78dd293a21d178f9602b9e09c8fae12f Mon Sep 17 00:00:00 2001 From: Lemonawa Date: Tue, 26 Jul 2022 18:29:14 +0800 Subject: [PATCH 3/5] Create 01_bug_report.yml --- .github/ISSUE_TEMPALTE/01_bug_report.yml | 60 ++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPALTE/01_bug_report.yml diff --git a/.github/ISSUE_TEMPALTE/01_bug_report.yml b/.github/ISSUE_TEMPALTE/01_bug_report.yml new file mode 100644 index 00000000..346c8b8c --- /dev/null +++ b/.github/ISSUE_TEMPALTE/01_bug_report.yml @@ -0,0 +1,60 @@ +name: Bug 报告 +description: 在提出问题前请先自行排除服务器端问题和升级到最新客户端,同时也请通过搜索确认是否有人提出过相同问题。 +title: "[Bug]: " +labels: ["bug"] +body: + - type: input + id: "expectation" + attributes: + label: "预期情况" + description: "描述你认为应该发生什么" + validations: + required: true + - type: textarea + id: "describe-the-bug" + attributes: + label: "实际情况" + description: "描述实际发生了什么" + validations: + required: true + - type: textarea + id: "reproduction-method" + attributes: + label: "复现方法" + description: "在BUG出现前执行了哪些操作" + placeholder: 标序号 + validations: + required: true + - type: textarea + id: "log" + attributes: + label: "日志信息" + description: "位置在软件当前目录下的guiLogs" + placeholder: 在日志开始和结束位置粘贴冒号后的内容:``` + validations: + required: true + - type: textarea + id: "more" + attributes: + label: "额外信息" + description: "可选" + validations: + required: false + - type: checkboxes + id: "latest-version" + attributes: + label: 我确认已更新至最新版本 + description: 否则请更新后尝试 + options: + - label: 是 + validations: + required: true + - type: checkboxes + id: "issues" + attributes: + label: 我确认已查询历史issues + description: 否则请查询后提出 + options: + - label: 是 + validations: + required: true From 90d703ae9189ca8cb66d53fca101d5da4ea90f8f Mon Sep 17 00:00:00 2001 From: Lemonawa Date: Tue, 26 Jul 2022 18:51:08 +0800 Subject: [PATCH 4/5] Update 01_bug_report.yml --- .github/ISSUE_TEMPALTE/01_bug_report.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPALTE/01_bug_report.yml b/.github/ISSUE_TEMPALTE/01_bug_report.yml index 346c8b8c..728995a3 100644 --- a/.github/ISSUE_TEMPALTE/01_bug_report.yml +++ b/.github/ISSUE_TEMPALTE/01_bug_report.yml @@ -43,18 +43,16 @@ body: - type: checkboxes id: "latest-version" attributes: - label: 我确认已更新至最新版本 - description: 否则请更新后尝试 + label: "我确认已更新至最新版本" + description: "否则请更新后尝试" options: - label: 是 - validations: - required: true + required: true - type: checkboxes id: "issues" attributes: - label: 我确认已查询历史issues - description: 否则请查询后提出 + label: "我确认已查询历史issues" + description: "否则请查询后提出" options: - label: 是 - validations: - required: true + required: true From 439e7eaca04c99498004bf5a33e2f7e6cef7a55c Mon Sep 17 00:00:00 2001 From: Lemonawa Date: Tue, 26 Jul 2022 18:51:36 +0800 Subject: [PATCH 5/5] Create 02_feature_request.yml --- .github/ISSUE_TEMPALTE/02_feature_request.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPALTE/02_feature_request.yml diff --git a/.github/ISSUE_TEMPALTE/02_feature_request.yml b/.github/ISSUE_TEMPALTE/02_feature_request.yml new file mode 100644 index 00000000..4e79294c --- /dev/null +++ b/.github/ISSUE_TEMPALTE/02_feature_request.yml @@ -0,0 +1,34 @@ +name: Feature 请求 +description: "为这个项目提出一个建议" +title: "[Feature request]: " +labels: ['enhancement'] +body: +- type: input + id: problem + attributes: + label: 相关问题 + description: "清楚而简洁地描述问题是什么。" + placeholder: "当我想要……时,软件不能……" + validations: + required: true +- type: input + id: way-to-solve + attributes: + label: 描述你希望的解决方案 + description: "你希望发生什么" + validations: + required: true +- type: input + id: instead + attributes: + label: 描述你所考虑的替代方案 + validations: + required: false +- type: checkboxes + id: "issues" + attributes: + label: "我确认已查询历史issues" + description: "否则请查询后提出" + options: + - label: 是 + required: true