From 70242939b32804d370e6e577dbebc33d0a840a99 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:18:02 +0100 Subject: [PATCH] Create feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 46 +++++++++++++++++++++++ 1 file changed, 46 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..639db9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,46 @@ +name: "✨ Feature Request" +description: "Suggest an idea to improve the Newt Home Assistant add-on." +title: "[Feature Request]: " +labels: ["enhancement", "feature request"] +body: + - type: markdown + attributes: + value: | + ### ✨ **Feature Request** + Thanks for suggesting a new feature! Please fill out the details below. + + - type: textarea + id: feature-description + attributes: + label: "🔹 Describe the Feature" + description: "What is the feature? How would it improve the add-on?" + placeholder: "Explain the feature in detail..." + validations: + required: true + + - type: textarea + id: use-case + attributes: + label: "đŸŽ¯ Use Case" + description: "How would this feature benefit users?" + placeholder: "Describe why this feature is useful..." + validations: + required: true + + - type: textarea + id: alternatives + attributes: + label: "🔄 Alternatives Considered" + description: "Are there other ways to achieve this?" + placeholder: "Have you tried other solutions or workarounds?" + validations: + required: false + + - type: textarea + id: additional-info + attributes: + label: "â„šī¸ Additional Information" + description: "Any extra details, screenshots, or links?" + placeholder: "Add any relevant information here..." + validations: + required: false