diff options
author | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-10-11 14:49:33 +0200 |
---|---|---|
committer | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-10-11 17:49:13 +0200 |
commit | c625f8b8a179d42ef6acd5b46de044283d0c6552 (patch) | |
tree | a4a1fab8baebebed255cc9eea38e186baf2ae143 /.github/ISSUE_TEMPLATE/feature-request.yml | |
parent | 806866de576206ad797435a142fde904e5b7b805 (diff) |
Part of #232 - add issue-template for bug, feature-request and also basic pr-template
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature-request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yml | 28 |
1 files changed, 28 insertions, 0 deletions
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 |