浏览代码

Disallow Blank Titles

sy-b 3 年之前
父节点
当前提交
812962f2a4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/ISSUE_TEMPLATE/bug.yml
  2. 1 1
      .github/ISSUE_TEMPLATE/feature-request.yml

+ 1 - 1
.github/ISSUE_TEMPLATE/bug.yml

@@ -1,6 +1,6 @@
 name: Bug Report
 description: File a bug report!
-title: "(Bug): "
+# title: "(Bug): "
 labels: ["bug"]
 body:
 - type: input

+ 1 - 1
.github/ISSUE_TEMPLATE/feature-request.yml

@@ -1,6 +1,6 @@
 name: Feature Request
 description: Request or suggest a new feature!
-title: "(Feature Request): "
+# title: "(Feature Request): "
 labels: ["enhancement"]
 body:
 - type: dropdown