Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.8 KiB

  1. ---
  2. name: Bug report
  3. about: Create a report to help us improve
  4. title: ''
  5. labels: ''
  6. assignees: ''
  7. ---
  8. *Before creating a new issue please check that you have:*
  9. * *searched the existing [issues](https://github.com/xoseperez/espurna/issues) (both open and closed)*
  10. * *searched the [wiki](https://github.com/xoseperez/espurna/wiki)*
  11. * *asked for help in the [chat](https://gitter.im/tinkerman-cat/espurna)*
  12. * *done the previous things again :)*
  13. *Fulfilling this template will help developers and contributors to address the issue. Try to be as specific and extensive as possible. If the information provided is not enough the issue will likely be closed.*
  14. *You can now remove this line and the above ones. Text in italic is meant to be replaced by your own words. If any of the sections below are not relevant to the issue (for instance, the screenshots) then you can delete them.*
  15. **Bug description**
  16. *A clear and concise description of what the bug is.*
  17. **Steps to reproduce**
  18. *Steps to reproduce the behavior.*
  19. **Expected behavior**
  20. *A clear and concise description of what you expected to happen.*
  21. **Screenshots**
  22. *If applicable, add screenshots to help explain your problem.*
  23. **Device information**
  24. *Copy-paste here the information as it is outputted by the device. You can get this information by typing `info` via serial, terminal or in the debug tab in the web UI. The relevant information is that surrounded by the scissors-cut lines (`---8<-------`).*
  25. *If you cannot get this info from the device, please answer this questions:*
  26. * *Arduino Core version*
  27. * *ESPurna version*
  28. * *Flash mode*
  29. * *Device brand, model and version*
  30. **Tools used**
  31. * *Desktop operating system*
  32. * *Browser & version*
  33. * *IDE & version*
  34. * *Compiler & version (if not embedded in IDE)*
  35. **Additional context**
  36. *Add any other context about the problem here.*