01_bug_report.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. name: Bug report
  2. description: File a bug reports regarding the firmware.
  3. labels: ['bug']
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thank you for taking the time to fill out an issue, this template is meant for any issues related to the Flipper Zero firmware.
  9. If you require help with the Flipper zero and its firmware, we ask that you join [our forum](https://forum.flipperzero.one)
  10. - type: textarea
  11. id: description
  12. attributes:
  13. label: Describe the bug.
  14. description: "A clear and concise description of what the bug is."
  15. validations:
  16. required: true
  17. - type: textarea
  18. id: repro
  19. attributes:
  20. label: Reproduction
  21. description: "How can this bug be reproduced?"
  22. placeholder: |
  23. 1. Switch on...
  24. 2. Press button '....'
  25. 3. Wait for the moon phase
  26. 4. It burns
  27. validations:
  28. required: true
  29. - type: input
  30. id: target
  31. attributes:
  32. label: Target
  33. description: Specify the target
  34. # Target seems to be largely ignored by outside sources.
  35. - type: textarea
  36. id: logs
  37. attributes:
  38. label: Logs
  39. description: Attach your debug logs here
  40. render: Text
  41. # Avoid rendering as Markdown here.
  42. - type: textarea
  43. id: anything-else
  44. attributes:
  45. label: Anything else?
  46. description: Let us know if you have anything else to share.