From 3b4b49cf319bca6b52f316dab829d1be09515f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= <32671211+Ferdinand99@users.noreply.github.com> Date: Sat, 8 Mar 2025 00:17:05 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/🐛-bug-report.md | 43 +++++++++++++++++++++++++ 1 file changed, 43 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..04b3a2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/🐛-bug-report.md @@ -0,0 +1,43 @@ +--- +name: "\U0001F41B Bug Report" +about: Thanks for reporting an issue! Please fill out the information below so we + can help you faster. +title: '' +labels: bug, Needs Investigation +assignees: Ferdinand99 + +--- + +### **Describe the bug** +A clear and concise description of what the bug is. + +### **To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +### **Expected behavior** +A clear and concise description of what you expected to happen. + +### **📜 Logs** +Paste any relevant logs here: + + ``` + +🏠 Home Assistant Version +Home Assistant Version: X.X.X +Newt Add-on Version: X.X.X +Installation Type: (Home Assistant OS / Supervised / Container / Core) + +đŸ’ģ System Details +Hardware: (Raspberry Pi / Intel NUC / x86-64 / Other) +Network Setup: (WiFi / Ethernet) +Any other relevant details? + +📷 Screenshots +If applicable, add screenshots to help explain the issue. + +â„šī¸ Additional context +Any other details we should know?