Skip to content

Commit 712fb91

Browse files
CopilotOrenZhang
andcommitted
feat: Change issue template titles to lowercase (bug, feature)
Co-authored-by: U8F69 <[email protected]>
1 parent 2ded8a3 commit 712fb91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 使用时的错误报告
22
description: 某些事情不按照预期工作。
3-
title: "Bug: "
3+
title: "bug: "
44
labels: ["bug"]
55

66
body:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 新功能建议
22
description: 请求新的功能或对现有功能进行改进。
3-
title: "Feature: "
3+
title: "feature: "
44
labels: ["enhancement"]
55

66
body:

0 commit comments

Comments
 (0)