diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7a62dcb07..4713c17de 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,35 +1,48 @@ --- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - +name: Problem Report +about: Create a Report to help us improve --- -*Before creating a new issue please check that you have:* + -**Bug description** -*A clear and concise description of what the bug is. Mention which EMS-ESP version you're using.* +### PROBLEM DESCRIPTION +_A clear and concise description of what the problem is._ -**Steps to reproduce** -*Steps to reproduce the behavior.* -**Expected behavior** -*A clear and concise description of what you expected to happen.* +### REQUESTED INFORMATION +_Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!_ -**Screenshots** -*If applicable, add screenshots to help explain your problem.* +- [ ] Searched the problem in [issues](https://github.com/emsesp/EMS-ESP32/issues) +- [ ] Searched the problem in [discussions](https://github.com/emsesp/EMS-ESP32/discussions) +- [ ] Searched the problem in the [docs](https://emsesp.github.io/docs/Troubleshooting/) +- [ ] Searched the problem in the [chat](https://discord.gg/3J3GgnzpyT) +- [ ] Provide the output of http://ems-esp.local/api/system : +```lua + System information output here: -**Device information** -*Copy-paste here the information as it is outputted by the device. You can get this information by from http://ems-esp.local/api/system* -**Additional context** -*Add any other context about the problem here.* +``` + +### TO REPRODUCE +_Steps to reproduce the behavior:_ + + +### EXPECTED BEHAVIOUR +_A clear and concise description of what you expected to happen._ + + +### SCREENSHOTS +_If applicable, add screenshots to help explain your problem._ + + +### ADDITIONAL CONTEXT +_Add any other context about the problem here._ + + +**(Please, remember to close the issue when the problem has been addressed)**