Quellcode durchsuchen

Disallow Blank Titles

sy-b vor 3 Jahren
Ursprung
Commit
812962f2a4
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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