Explorar el Código

moved summary to the top for better link previews

Sebastian Stenzel hace 2 semanas
padre
commit
577a77af38
Se han modificado 2 ficheros con 15 adiciones y 15 borrados
  1. 8 8
      .github/ISSUE_TEMPLATE/bug.yml
  2. 7 7
      .github/ISSUE_TEMPLATE/feature.yml

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

@@ -2,6 +2,13 @@ name: Bug Report
 description: Create a report to help us improve
 labels: ["type:bug"]
 body:
+  - type: input
+    id: summary
+    attributes:
+      label: Summary
+      placeholder: Please summarize your problem.
+    validations:
+      required: true
   - type: checkboxes
     id: terms
     attributes:
@@ -11,13 +18,6 @@ body:
         required: true
       - label: I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md)
         required: true
-  - type: input
-    id: summary
-    attributes:
-      label: Summary
-      placeholder: Please summarize your problem.
-    validations:
-      required: true
   - type: textarea
     id: software-versions
     attributes:
@@ -97,4 +97,4 @@ body:
     id: further-info
     attributes:
       label: Anything else?
-      description: Links? References? Screenshots? Configurations? Any data that might be necessary to reproduce the issue?
+      description: Links? References? Screenshots? Configurations? Any data that might be necessary to reproduce the issue?

+ 7 - 7
.github/ISSUE_TEMPLATE/feature.yml

@@ -2,6 +2,13 @@ name: Feature Request
 description: Suggest an idea for this project
 labels: ["type:feature-request"]
 body:
+  - type: input
+    id: summary
+    attributes:
+      label: Summary
+      placeholder: Please summarize your feature request.
+    validations:
+      required: true
   - type: checkboxes
     id: terms
     attributes:
@@ -11,13 +18,6 @@ body:
         required: true
       - label: I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md)
         required: true
-  - type: input
-    id: summary
-    attributes:
-      label: Summary
-      placeholder: Please summarize your feature request.
-    validations:
-      required: true
   - type: textarea
     id: motivation
     attributes: