1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-12 01:40:53 +01:00
upscayl/.github/ISSUE_TEMPLATE/feature_request.yml
2024-03-02 12:21:45 -05:00

29 lines
944 B
YAML

name: Feature request
description: Suggest an idea for the app itself
labels: enhancement
body:
- type: checkboxes
attributes:
label: Checklist
options:
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/upscayl/upscayl#-faq).
required: true
- label: I have searched for this in the [issues tab](https://github.com/upscayl/upscayl/issues?q=).
required: true
- type: textarea
attributes:
label: Description
description: 🤓 So... what's the request?
validations:
required: true
- type: textarea
attributes:
label: Related Problem(s)
description: 💥 Are there any problems that coerced you into filing this feature request?
- type: textarea
attributes:
label: Alternatives
description: 👁️‍🗨️ Is there really no other way? Got any workarounds while the request remains unimplemented?
validations:
required: false