1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-12-03 19:47:26 +01:00
upscayl/.github/ISSUE_TEMPLATE/feature_request.yml

29 lines
934 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
- label: I have checked that this issue isn't addressed in any other issue or pull request.
required: true
2022-12-28 21:03:18 +01:00
- type: textarea
attributes:
label: Related Problem(s)
2023-06-08 22:24:53 +02:00
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: 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
- 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:
required: true