Explorar o código

Update bug_report.yml

Add required app version input (thanks for the suggestion @nissa-seru!)
Matt Rubens hai 11 meses
pai
achega
ffd0829757
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 7 - 0
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -2,6 +2,13 @@ name: Bug Report
 description: File a bug report
 labels: ["bug"]
 body:
+    - type: input
+      id: version
+      attributes:
+          label: Which version of the app are you using?
+          description: Please specify the app version you're using (e.g. v3.3.1)
+      validations:
+          required: true
     - type: dropdown
       id: provider
       attributes: