1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-12-02 19:17:25 +01:00
upscayl/.github/ISSUE_TEMPLATE/feature_request.yml

29 lines
944 B
YAML
Raw Normal View History

2022-12-28 21:03:18 +01:00
name: Feature request
description: Suggest an idea for the app itself
labels: enhancement
body:
2022-12-28 21:06:45 +01:00
- 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).
2022-12-28 21:06:45 +01:00
required: true
2024-03-02 18:21:45 +01:00
- label: I have searched for this in the [issues tab](https://github.com/upscayl/upscayl/issues?q=).
2022-12-28 21:06:45 +01:00
required: true
2022-12-28 21:03:18 +01:00
- type: textarea
attributes:
label: Description
2023-01-09 05:06:49 +01:00
description: 🤓 So... what's the request?
2022-12-28 21:03:18 +01:00
validations:
required: true
2023-06-28 17:46:34 +02:00
- type: textarea
attributes:
label: Related Problem(s)
description: 💥 Are there any problems that coerced you into filing this feature request?
2022-12-28 21:03:18 +01:00
- type: textarea
attributes:
label: Alternatives
2023-01-09 05:06:49 +01:00
description: 👁️‍🗨️ Is there really no other way? Got any workarounds while the request remains unimplemented?
2022-12-28 21:03:18 +01:00
validations:
2023-06-28 17:46:34 +02:00
required: false