From 4fd072b15062e367f8cb4b30bfc37d1153d41366 Mon Sep 17 00:00:00 2001 From: Cornelius Suermann Date: Fri, 9 Feb 2024 08:35:33 +0100 Subject: [PATCH] Create 02-feature.yaml --- .github/ISSUE_TEMPLATE/02-feature.yaml | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/02-feature.yaml diff --git a/.github/ISSUE_TEMPLATE/02-feature.yaml b/.github/ISSUE_TEMPLATE/02-feature.yaml new file mode 100644 index 0000000..7bfd37e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-feature.yaml @@ -0,0 +1,38 @@ +name: Feature Request +description: What would make Virtual-Smart-Home even better for you? +assignees: + - csuermann +labels: + - enhancement +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to share your idea! + - type: textarea + id: problem + attributes: + label: Problem Statement + description: A clear and concise description of what the problem is + placeholder: "Example: I'm always frustrated when..." + validations: + required: false + - type: textarea + id: solution + attributes: + label: Ideal Solution + description: A clear and concise description of what you would want to happen + validations: + required: false + - id: alternatives + attributes: + label: Alternatives + description: "Describe alternatives / workarounds you've considered" + validations: + required: false + - id: additional-context + attributes: + label: Additional context + description: Provide any other context or screenshots about the feature request here + validations: + required: false