Add the missing issue template key in the right section
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 9 Mar 2022 10:02:13 +0000 (11:02 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 9 Mar 2022 10:02:13 +0000 (11:02 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml

index 5a1f04250c13ae66a7dac62aa850e43a22e81885..8fe3802d7b3246afee460156473ace1c772056f2 100644 (file)
@@ -4,7 +4,6 @@ description: Create a bug report
 body:
   - type: markdown
     attributes:
-      label: Description
       value: |
         Thank you for reporting an issue.
 
@@ -13,9 +12,9 @@ body:
         Please fill in as much of the template below as you're able.
   - type: checkboxes
     attributes:
+      label: Duplicate issue
       options:
-        - label: I've searched for any related issues and avoided creating a
-            duplicate issue.
+        - label: I've searched for any related issues and avoided creating a duplicate issue.
           required: true
   - type: textarea
     attributes:
index 4f6c53f1d5db8394841e4b3e252517f081070ac1..8854c9ba10716496626ce910f790dee8b867b3e0 100644 (file)
@@ -4,7 +4,6 @@ description: Request a feature
 body:
   - type: markdown
     attributes:
-      label: Description
       value: |
         Thank you for requesting a feature.
 
@@ -12,9 +11,9 @@ body:
 
   - type: checkboxes
     attributes:
+      label: Duplicate issue
       options:
-        - label: I've searched for any related issues and avoided creating a
-            duplicate issue.
+        - label: I've searched for any related issues and avoided creating a duplicate issue.
           required: true
   - type: textarea
     attributes: