Add form config for Feature Request issues

This commit is contained in:
Alejandro Celaya
2023-08-03 09:12:47 +02:00
parent 6fe5c4dc54
commit deca5b31e1
4 changed files with 19 additions and 22 deletions

View File

@@ -0,0 +1,16 @@
name: Feature request
description: Do you find shlink-web-client is missing some important feature that would make it more useful?
labels: ['feature']
body:
- type: textarea
validations:
required: true
attributes:
label: Summary
value: '<!-- Describe the new feature you would like to request. -->'
- type: textarea
validations:
required: true
attributes:
label: Use case
value: '<!-- Explain why do you think this feature would be useful, and what problems would it help to solve. -->'