Browse Source

Added Spoolbuddy options to Github issue template

maziggy 1 month ago
parent
commit
39a7898e52
2 changed files with 29 additions and 4 deletions
  1. 21 4
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 8 0
      .github/ISSUE_TEMPLATE/feature_request.yml

+ 21 - 4
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -8,6 +8,18 @@ body:
       value: |
         Thanks for taking the time to report a bug! Please fill out the form below.
 
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which part of the project is affected?
+      options:
+        - Bambuddy
+        - SpoolBuddy
+        - Both
+    validations:
+      required: true
+
   - type: textarea
     id: description
     attributes:
@@ -59,7 +71,7 @@ body:
         - Multiple printers
         - Not printer-related
     validations:
-      required: true
+      required: false
 
   - type: input
     id: version
@@ -70,14 +82,19 @@ body:
     validations:
       required: true
 
+  - type: input
+    id: spoolbuddy_version
+    attributes:
+      label: SpoolBuddy Version
+      description: If SpoolBuddy-related, which version is running? (Check SpoolBuddy Settings → Updates)
+      placeholder: e.g., 0.1.0
+
   - type: input
     id: firmware
     attributes:
       label: Printer Firmware Version
-      description: Which firmware version is your printer running? (Check printer screen or Bambu Handy app)
+      description: Which firmware version is your printer running? (Check printer screen or Bambu Handy app). Leave blank if not printer-related.
       placeholder: e.g., 01.08.00.00
-    validations:
-      required: true
 
   - type: dropdown
     id: installation

+ 8 - 0
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -44,11 +44,19 @@ body:
         - Print Queue & Scheduling
         - Smart Plugs
         - Notifications
+        - Spool Inventory
         - Spoolman Integration
         - Cloud Profiles
         - K-Profiles
         - Maintenance Tracking
         - File Manager
+        - SpoolBuddy - Dashboard
+        - SpoolBuddy - AMS Management
+        - SpoolBuddy - NFC / Tag Writing
+        - SpoolBuddy - Scale / Calibration
+        - SpoolBuddy - Inventory
+        - SpoolBuddy - Settings / Updates
+        - SpoolBuddy - Hardware / Installation
         - UI/UX
         - API
         - Other