bug_report.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. - A1
  48. - A1 Mini
  49. - H2D
  50. - H2C
  51. - H2S
  52. - Multiple printers
  53. - Not printer-related
  54. validations:
  55. required: true
  56. - type: input
  57. id: version
  58. attributes:
  59. label: Bambuddy Version
  60. description: Which version of Bambuddy are you running? (Check Settings page)
  61. placeholder: e.g., 0.1.5
  62. validations:
  63. required: true
  64. - type: input
  65. id: firmware
  66. attributes:
  67. label: Printer Firmware Version
  68. description: Which firmware version is your printer running? (Check printer screen or Bambu Handy app)
  69. placeholder: e.g., 01.08.00.00
  70. validations:
  71. required: true
  72. - type: dropdown
  73. id: installation
  74. attributes:
  75. label: Installation Method
  76. description: How did you install Bambuddy?
  77. options:
  78. - Manual (git clone)
  79. - Docker
  80. - Other
  81. validations:
  82. required: true
  83. - type: dropdown
  84. id: os
  85. attributes:
  86. label: Operating System
  87. description: What OS is Bambuddy running on?
  88. options:
  89. - Linux (Ubuntu/Debian)
  90. - Linux (Other)
  91. - macOS
  92. - Windows
  93. - Docker
  94. - Other
  95. validations:
  96. required: true
  97. - type: textarea
  98. id: logs
  99. attributes:
  100. label: Relevant Logs
  101. description: Please paste any relevant logs here. Check `logs/bambuddy.log` or use `DEBUG=true` for verbose logging.
  102. render: shell
  103. placeholder: |
  104. Paste logs here...
  105. - type: textarea
  106. id: screenshots
  107. attributes:
  108. label: Screenshots
  109. description: If applicable, add screenshots to help explain your problem.
  110. - type: textarea
  111. id: additional
  112. attributes:
  113. label: Additional Context
  114. description: Add any other context about the problem here.
  115. - type: checkboxes
  116. id: checklist
  117. attributes:
  118. label: Checklist
  119. options:
  120. - label: I have searched existing issues to ensure this bug hasn't already been reported
  121. required: true
  122. - label: I am using the latest version of Bambuddy
  123. required: false
  124. - label: My printer is set to LAN Only mode
  125. required: false