diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2023-08-24 12:09:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 18:09:13 +0800 |
commit | 3a0b8b0b37e167a35fc09124628c235c9c2002f6 (patch) | |
tree | 583a8bb9689e0ec9c6eabba45d75a311ac0f5fda /.github/ISSUE_TEMPLATE/feature_request.yml | |
parent | 6069d3cf7d2e96ca7ef1975a3dd04e2121a6e3c9 (diff) | |
download | Skyblocker-3a0b8b0b37e167a35fc09124628c235c9c2002f6.tar.gz Skyblocker-3a0b8b0b37e167a35fc09124628c235c9c2002f6.tar.bz2 Skyblocker-3a0b8b0b37e167a35fc09124628c235c9c2002f6.zip |
add issue templates (#251)
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..cb42e124 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,21 @@ +name: Feature Request +description: Ask for new feature +labels: [enhancement] +body: + - type: markdown + attributes: + value: | + Please search for existing issues before submitting a new one. + - type: textarea + id: feature-description + attributes: + label: Describe the new feature. + description: Provide as much details as possible. + validations: + required: true + - type: textarea + id: info + attributes: + label: Images + description: Upload any images to help describe your feature request here. + placeholder: You can add images by clicking on the button in the bar that will appear once you click this textbox.
\ No newline at end of file |