bug_report.yml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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: textarea
  11. id: description
  12. attributes:
  13. label: Bug Description
  14. description: A clear and concise description of what the bug is.
  15. placeholder: Describe what happened...
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: expected
  20. attributes:
  21. label: Expected Behavior
  22. description: What did you expect to happen?
  23. placeholder: Describe what you expected...
  24. validations:
  25. required: true
  26. - type: textarea
  27. id: steps
  28. attributes:
  29. label: Steps to Reproduce
  30. description: How can we reproduce this issue?
  31. placeholder: |
  32. 1. Go to '...'
  33. 2. Click on '...'
  34. 3. See error
  35. validations:
  36. required: true
  37. - type: dropdown
  38. id: printer
  39. attributes:
  40. label: Printer Model
  41. description: Which printer model are you using?
  42. options:
  43. - X1 Carbon
  44. - X1
  45. - P1S
  46. - P1P
  47. - P2S
  48. - A1
  49. - A1 Mini
  50. - H2D
  51. - H2C
  52. - H2S
  53. - Multiple printers
  54. - Not printer-related
  55. validations:
  56. required: true
  57. - type: input
  58. id: version
  59. attributes:
  60. label: Bambuddy Version
  61. description: Which version of Bambuddy are you running? (Check Settings page)
  62. placeholder: e.g., 0.1.5
  63. validations:
  64. required: true
  65. - type: input
  66. id: firmware
  67. attributes:
  68. label: Printer Firmware Version
  69. description: Which firmware version is your printer running? (Check printer screen or Bambu Handy app)
  70. placeholder: e.g., 01.08.00.00
  71. validations:
  72. required: true
  73. - type: dropdown
  74. id: installation
  75. attributes:
  76. label: Installation Method
  77. description: How did you install Bambuddy?
  78. options:
  79. - Manual (git clone)
  80. - Docker
  81. - Other
  82. validations:
  83. required: true
  84. - type: dropdown
  85. id: os
  86. attributes:
  87. label: Operating System
  88. description: What OS is Bambuddy running on?
  89. options:
  90. - Linux (Ubuntu/Debian)
  91. - Linux (Other)
  92. - macOS
  93. - Windows
  94. - Docker
  95. - Other
  96. validations:
  97. required: true
  98. - type: markdown
  99. attributes:
  100. value: |
  101. ---
  102. ### 📦 Support Package
  103. For faster debugging, please create and attach a **Support Package** from **Settings → System Info → Download Support Package**.
  104. This includes logs, system info, and configuration (with sensitive data redacted).
  105. For detailed instructions on enabling debug logging, see: [Debug Logging Guide](https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging)
  106. - type: textarea
  107. id: logs
  108. attributes:
  109. label: Relevant Logs / Support Package
  110. description: Attach a support package (.zip) or paste relevant logs here. Enable DEBUG mode for verbose logging.
  111. render: shell
  112. placeholder: |
  113. Drag and drop your support package .zip file here, or paste logs...
  114. - type: textarea
  115. id: screenshots
  116. attributes:
  117. label: Screenshots
  118. description: If applicable, add screenshots to help explain your problem.
  119. - type: textarea
  120. id: additional
  121. attributes:
  122. label: Additional Context
  123. description: Add any other context about the problem here.
  124. - type: checkboxes
  125. id: checklist
  126. attributes:
  127. label: Checklist
  128. options:
  129. - label: I have searched existing issues to ensure this bug hasn't already been reported
  130. required: true
  131. - label: I am using the latest version of Bambuddy
  132. required: false
  133. - label: My printer is set to LAN Only mode
  134. required: false