2
0
Эх сурвалжийг харах

Replace checkboxes in documentation issue template with dropdown

Jeremy Stretch 4 жил өмнө
parent
commit
ac1083f65d

+ 10 - 8
.github/ISSUE_TEMPLATE/documentation_change.yaml

@@ -14,17 +14,19 @@ body:
         - Cleanup (formatting, typos, etc.)
         - Cleanup (formatting, typos, etc.)
     validations:
     validations:
       required: true
       required: true
-  - type: checkboxes
+  - type: dropdown
     attributes:
     attributes:
       label: Area
       label: Area
-      description: To what section(s) of the documentation does this change pertain?
+      description: To what section of the documentation does this change primarily pertain?
       options:
       options:
-        - label: Installation instructions
-        - label: Configuration parameters
-        - label: Functionality/features
-        - label: REST API
-        - label: Administration/development
-        - label: Other
+        - Installation instructions
+        - Configuration parameters
+        - Functionality/features
+        - REST API
+        - Administration/development
+        - Other
+    validations:
+      required: true
   - type: textarea
   - type: textarea
     attributes:
     attributes:
       label: Proposed Changes
       label: Proposed Changes