bug_report.yml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. name: Bug Report
  2. description: Report a bug or unexpected behavior
  3. title: "[Bug]: "
  4. labels: ["bug", "triage"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to report a bug! Please fill out the form below.
  10. - type: dropdown
  11. id: component
  12. attributes:
  13. label: Component
  14. description: Which part of the project is affected?
  15. options:
  16. - Bambuddy
  17. - SpoolBuddy
  18. - Both
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: description
  23. attributes:
  24. label: Bug Description
  25. description: A clear and concise description of what the bug is.
  26. placeholder: Describe what happened...
  27. validations:
  28. required: true
  29. - type: textarea
  30. id: expected
  31. attributes:
  32. label: Expected Behavior
  33. description: What did you expect to happen?
  34. placeholder: Describe what you expected...
  35. validations:
  36. required: true
  37. - type: textarea
  38. id: steps
  39. attributes:
  40. label: Steps to Reproduce
  41. description: How can we reproduce this issue?
  42. placeholder: |
  43. 1. Go to '...'
  44. 2. Click on '...'
  45. 3. See error
  46. validations:
  47. required: true
  48. - type: dropdown
  49. id: printer
  50. attributes:
  51. label: Printer Model
  52. description: Which printer model are you using?
  53. options:
  54. - X1 Carbon
  55. - X1
  56. - X1E
  57. - P1S
  58. - P1P
  59. - P2S
  60. - A1
  61. - A1 Mini
  62. - H2D
  63. - H2D Pro
  64. - H2C
  65. - H2S
  66. - Multiple printers
  67. - Not printer-related
  68. validations:
  69. required: false
  70. - type: input
  71. id: version
  72. attributes:
  73. label: Bambuddy Version
  74. description: Which version of Bambuddy are you running? (Check Settings page)
  75. placeholder: e.g., 0.1.5
  76. validations:
  77. required: true
  78. - type: input
  79. id: spoolbuddy_version
  80. attributes:
  81. label: SpoolBuddy Version
  82. description: If SpoolBuddy-related, which version is running? (Check SpoolBuddy Settings → Updates)
  83. placeholder: e.g., 0.1.0
  84. - type: input
  85. id: firmware
  86. attributes:
  87. label: Printer Firmware Version
  88. description: Which firmware version is your printer running? (Check printer screen or Bambu Handy app). Leave blank if not printer-related.
  89. placeholder: e.g., 01.08.00.00
  90. - type: dropdown
  91. id: installation
  92. attributes:
  93. label: Installation Method
  94. description: How did you install Bambuddy?
  95. options:
  96. - Manual (git clone)
  97. - Docker
  98. - Other
  99. validations:
  100. required: true
  101. - type: dropdown
  102. id: os
  103. attributes:
  104. label: Operating System
  105. description: What OS is Bambuddy running on?
  106. options:
  107. - Linux (Ubuntu/Debian)
  108. - Linux (Other)
  109. - macOS
  110. - Windows
  111. - Docker
  112. - Other
  113. validations:
  114. required: true
  115. - type: markdown
  116. attributes:
  117. value: |
  118. ---
  119. ### 📦 Support Package
  120. For faster debugging, please create and attach a **Support Package** from **Settings → System Info → Download Support Package**.
  121. This includes logs, system info, and configuration (with sensitive data redacted).
  122. For detailed instructions on enabling debug logging, see: [Debug Logging Guide](https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging)
  123. - type: textarea
  124. id: logs
  125. attributes:
  126. label: Relevant Logs / Support Package
  127. description: |
  128. Attach a support package (.zip) or paste relevant logs here. Enable DEBUG mode for verbose logging.
  129. 💡 Tip: You can drag and drop files directly into this text box.
  130. placeholder: |
  131. Drag and drop your support package .zip file here, or paste logs...
  132. - type: textarea
  133. id: screenshots
  134. attributes:
  135. label: Screenshots
  136. description: |
  137. If applicable, add screenshots to help explain your problem.
  138. 💡 Tip: You can drag and drop images directly into this text box.
  139. - type: textarea
  140. id: additional
  141. attributes:
  142. label: Additional Context
  143. description: Add any other context about the problem here.
  144. - type: checkboxes
  145. id: checklist
  146. attributes:
  147. label: Checklist
  148. options:
  149. - label: I have searched existing issues to ensure this bug hasn't already been reported
  150. required: true
  151. - label: I am using the latest version of Bambuddy
  152. required: true
  153. - label: My printer is set to LAN Only mode
  154. required: true
  155. - label: My printer has Developer Mode enabled
  156. required: true