diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-09-08 12:56:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 12:56:41 +0200 |
commit | 250a05af37172710a1b3d7f4dde41a7c336b50d1 (patch) | |
tree | 279851a7eab84a04aaf3e91248739802a1e575da /.github/ISSUE_TEMPLATE/03_feature.yaml | |
parent | 415718b65d16e877265a19b7822e991290306090 (diff) | |
download | fpm-250a05af37172710a1b3d7f4dde41a7c336b50d1.tar.gz fpm-250a05af37172710a1b3d7f4dde41a7c336b50d1.zip |
Add issue templates (#558)
Co-authored-by: Carlos Une <brocolis@eml.cc>
Diffstat (limited to '.github/ISSUE_TEMPLATE/03_feature.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/03_feature.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/03_feature.yaml b/.github/ISSUE_TEMPLATE/03_feature.yaml new file mode 100644 index 0000000..679cc5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_feature.yaml @@ -0,0 +1,28 @@ +name: Feature request +description: An idea for a new feature +labels: [enhancement] +body: + - type: textarea + id: description + attributes: + label: Description + placeholder: | + Please describe the feature, please provide examples + Use codefences (```) to add literal codeblocks for examples + validations: + required: true + - type: textarea + id: solution + attributes: + label: Possible Solution + placeholder: | + Please describe possible solutions or currently available workarounds if available. + validations: + required: false + - type: textarea + id: additional + attributes: + label: Additional Information + placeholder: Further relevant context, i.e. links to other issues + validations: + required: false |