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 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