From 13cd8985660fa7ba7207a9a2388b42db3a812a6b 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:21:14 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/✨-feature-request.md | 27 ++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/✨-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/✨-feature-request.md b/.github/ISSUE_TEMPLATE/✨-feature-request.md new file mode 100644 index 0000000..ba2510d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/✨-feature-request.md @@ -0,0 +1,27 @@ +--- +name: "✨ Feature Request" +about: Suggest an idea to improve the Newt Home Assistant add-on. +title: '' +labels: '' +assignees: Ferdinand99 + +--- + +## 🔹 Describe the Feature +A clear and concise description of the feature request. + +## 🎯 Use Case +Explain how this feature would be useful. +- Who would benefit from it? +- How would it improve the add-on? + +## 🔄 Alternatives Considered +Are there other ways to achieve this? +If you have considered other solutions, describe them here. + +## 📷 Screenshots / Additional Context +If applicable, add screenshots, diagrams, or links related to this feature request. + +--- +📝 **Note:** Before submitting, please check if a similar request already exists. +🚀 **Thanks for your contribution!**