Explorar el Código

Add firmware version input to bug report template

MartinNYHC hace 5 meses
padre
commit
459b781fe8
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      .github/ISSUE_TEMPLATE/bug_report.yml

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

@@ -67,6 +67,15 @@ body:
     validations:
       required: true
 
+  - type: input
+    id: firmware
+    attributes:
+      label: Printer Firmware Version
+      description: Which firmware version is your printer running? (Check printer screen or Bambu Handy app)
+      placeholder: e.g., 01.08.00.00
+    validations:
+      required: true
+
   - type: dropdown
     id: installation
     attributes:
@@ -124,3 +133,5 @@ body:
           required: true
         - label: I am using the latest version of Bambuddy
           required: false
+        - label: My printer is set to LAN Only mode
+          required: false