Browse Source

Add firmware version input to bug report template

MartinNYHC 5 months ago
parent
commit
459b781fe8
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .github/ISSUE_TEMPLATE/bug_report.yml

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

@@ -67,6 +67,15 @@ body:
     validations:
     validations:
       required: true
       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
   - type: dropdown
     id: installation
     id: installation
     attributes:
     attributes:
@@ -124,3 +133,5 @@ body:
           required: true
           required: true
         - label: I am using the latest version of Bambuddy
         - label: I am using the latest version of Bambuddy
           required: false
           required: false
+        - label: My printer is set to LAN Only mode
+          required: false