bug_report.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. name: Bug report
  2. description: Report a problem with esp-serial-flasher operation
  3. labels: ['Type: Bug']
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. * Please ensure you are using the latest version of `esp-serial-flasher`.
  9. * Try using one of the examples from the `examples` directory and following the example documentation.
  10. * If your board is a custom design, consider using our [free-of-charge schematic and PCB review service](https://www.espressif.com/en/contact-us/circuit-schematic-pcb-design-review).
  11. * If still experiencing issues, please provide as many details as possible below about your hardware and software setup.
  12. - type: input
  13. id: port
  14. attributes:
  15. label: Port
  16. description: Which port are you experiencing the issue with?
  17. placeholder: ex. ESP, STM32
  18. validations:
  19. required: true
  20. - type: input
  21. id: target
  22. attributes:
  23. label: Target chip
  24. description: Which chip are you trying to flash?
  25. placeholder: ex. ESP8266, ESP32, ESP32-C3
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: other-hw
  30. attributes:
  31. label: Hardware Configuration
  32. description: What dev boards/custom PCB are you using, how are the chips connected, which baudrate are you trying to flash with?
  33. validations:
  34. required: true
  35. id: output
  36. - type: textarea
  37. attributes:
  38. label: Log output
  39. description: Provide the full output log.
  40. render: plain
  41. validations:
  42. required: true
  43. - type: textarea
  44. id: more-info
  45. attributes:
  46. label: More Information
  47. description: Provide any additional information relevant to the issue.