From a0e2ed1d25f66a72cc0decbddab4ced6f21aa0f9 Mon Sep 17 00:00:00 2001 From: LuBeDa Date: Sun, 7 May 2023 19:14:10 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 52 ++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f40cd22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ +--- +name: Bug report +about: Create a report to help us improve EspHoMaTriXv2 +title: "[BUG]" +labels: bug +assignees: '' + +--- + + + +# Bug report + +## Describe the bug + +Add a description of the bug. Detail the expected behavior in contrast with the behavior you're observing. + +## Additional information + +- used Hardware: + - ESP32 or ESP8266 + - EspHoMaTriXv2 version: [e.g. 2023.5.0] + +## To Reproduce + +Steps to reproduce the behavior: + +## Expected behavior + +A clear and concise description of what you expected to happen. + +## Configuration + +```text +(optional) The YAML you used in epshome without any password +``` + +## Screenshots + +If applicable, add screenshots to help explain your problem. + +## Logs + +```text +(optional) Add relevant logs which could help tackle the problem. +``` + +## Services calls + +```text +(optional) The YAML of your service calls +```