From f42f4b3c2def2ff03bf8cea8759400e02ca3667c Mon Sep 17 00:00:00 2001 From: Masterain Date: Thu, 22 Sep 2022 02:18:24 -0700 Subject: [PATCH 1/2] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8d2ec402..5e7d52e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 问题反馈 description: 告诉我们你的问题 -title: "[Bug]: 取一个合适的标题" +title: "[Bug]: 在这里填写一个合适的标题" labels: ["BUG"] assignees: - Lightczx @@ -50,4 +50,4 @@ body: attributes: label: 相关的崩溃日志 位于 %HOMEPATH%/Documents/Hutao/Log.db description: 如果应用程序崩溃了,可以将崩溃日志复制后粘贴在此处,文件包含了敏感信息,谨慎上传 - render: shell \ No newline at end of file + render: shell From 2be21883b1aafe612b02b89750ad050858479fcf Mon Sep 17 00:00:00 2001 From: Masterain Date: Thu, 22 Sep 2022 02:18:46 -0700 Subject: [PATCH 2/2] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index fdf36f59..56a384ba 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: 功能请求 description: 告诉我们你的想法 -title: "[Feat]: 取一个合适的标题" +title: "[Feat]: 在这里填写一个合适的标题" labels: ["功能"] assignees: - Lightczx @@ -16,4 +16,4 @@ body: label: 你想要实现或优化的功能? description: 详细的描述一下你想要的功能 validations: - required: true \ No newline at end of file + required: true