Browse Source

Formats documents.

Henning Dieterichs 3 years ago
parent
commit
5414af93ba

+ 2 - 2
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -1,6 +1,6 @@
 name: Bug Report
 description: File a bug report
-title: "[Bug] "
+title: '[Bug] '
 body:
   - type: markdown
     attributes:
@@ -32,7 +32,7 @@ body:
     attributes:
       label: Actual Behavior
       description: Please describe the actual behavior, as observed in the playground.
-      
+
   - type: textarea
     id: expected-behavior
     attributes:

+ 2 - 2
.github/ISSUE_TEMPLATE/feature_request.yaml

@@ -1,8 +1,8 @@
 name: Feature Request
 description: Suggest an idea for this project
-title: "[Feature Request] "
+title: '[Feature Request] '
 labels:
-  - "feature-request"
+  - 'feature-request'
 body:
   - type: markdown
     attributes: