Explorar o código

Update bug_report.yaml

tweak
tteckster hai 1 ano
pai
achega
d55d44bc9b
Modificáronse 1 ficheiros con 10 adicións e 4 borrados
  1. 10 4
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 10 - 4
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -22,13 +22,19 @@ body:
       label: A clear and concise description of the issue.
       label: A clear and concise description of the issue.
     validations:
     validations:
       required: true
       required: true
-  - type: input
+  - type: dropdown
     id: distribution
     id: distribution
-    attributes:
-      label: Which Linux distribution are you employing?
-      placeholder: 'Debian 11'
     validations:
     validations:
       required: true
       required: true
+    attributes:
+      label: Which Linux distribution are you employing?
+      options:
+        - Default Settings
+        - Debian 11
+        - Debian 12
+        - Ubuntu 20.04
+        - Ubuntu 22.04
+        - Ubuntu 23.04
   - type: textarea
   - type: textarea
     id: screenshot
     id: screenshot
     attributes:
     attributes: