We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6043853 commit 59c711aCopy full SHA for 59c711a
.github/ISSUE_TEMPLATE/bug.yml
@@ -1,6 +1,6 @@
1
name: 反馈脚本BUG
2
description: 在使用 脚本 的过程中遇到了错误
3
-title: "[Bug]: "
+title: "[Bug反馈]: "
4
labels: ["bug?"]
5
6
body:
.github/ISSUE_TEMPLATE/new.yml
name: 新功能提议
title: "[功能提议] " # 默认标题前缀,用户可以修改
-labels: ["enhancement"] # 标签必须是字符串数组
+labels: ["enhancement?"] # 标签必须是字符串数组
description: 描述新功能的实现方法和用户场景。
0 commit comments