Pārlūkot izejas kodu

Add firmware version input to bug report template

Added input field for specifying printer firmware version in bug report template.
MartinNYHC 5 mēneši atpakaļ
vecāks
revīzija
017e36a0a6
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  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