diff options
author | kylo252 <[email protected]> | 2021-12-27 16:18:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-27 16:18:25 +0100 |
commit | fefe78d81c9ee0fa4231b11e1c623e72960f5856 (patch) | |
tree | 01d38ff9e16b1c0046e25bb8e61038d34f267338 /.github/ISSUE_TEMPLATE/feature-form.yaml | |
parent | 5333cb3de320a13af7db305960247f66ec7f2624 (diff) |
chore: update github's templates (#2116)
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature-form.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-form.yaml | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-form.yaml b/.github/ISSUE_TEMPLATE/feature-form.yaml index cfd0793b..1ae52f4a 100644 --- a/.github/ISSUE_TEMPLATE/feature-form.yaml +++ b/.github/ISSUE_TEMPLATE/feature-form.yaml @@ -1,34 +1,25 @@ name: Feature Request description: Suggest an idea for improving this project -title: "[Feature]: " labels: [enhancement] -# assignees: -# - ChristianChiarulli + body: - type: markdown attributes: - value: | - Thank you for helping us improve ! + value: Thank you for helping us improve! + - type: textarea id: motivation attributes: - label: Feature motivation - description: A clear and concise description of the problem or missing capability - placeholder: | - I am always frustrated when ... + label: Feature Description + placeholder: What is the expected behavior of this new feature? validations: required: true - type: textarea - id: solution - attributes: - label: Describe the expected solution - - type: textarea id: alternatives attributes: - label: Describe the alternatives you've considered - description: Let us know about other solutions you've tried or researched + label: Describe the alternatives you have considered - type: textarea id: additional-context attributes: - label: Additional context + label: Support information description: If applicable, add screenshots or link related issues |