From c625f8b8a179d42ef6acd5b46de044283d0c6552 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Mon, 11 Oct 2021 14:49:33 +0200 Subject: Part of #232 - add issue-template for bug, feature-request and also basic pr-template --- .github/ISSUE_TEMPLATE/feature-request.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml (limited to '.github/ISSUE_TEMPLATE/feature-request.yml') diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..62ddc42 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,28 @@ +name: Feature Request +description: You have an idea for extending? +labels: ["feature-request"] +body: + - type: markdown + attributes: + value: Thank you for taking the time to share your idea's with us! + - type: textarea + id: feature-request + attributes: + label: Feature Request + description: Whats your idea? + validations: + required: true + - type: textarea + id: steps + attributes: + label: Implementation + description: Can you give us your vision, how you would implement it? (if possible) + - type: dropdown + id: contribute + attributes: + label: Have you planned working on this feature? + options: + - "Yes" + - "No" + validations: + required: true -- cgit v1.2.3