1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-15 18:32:33 +01:00
upscayl/.github/ISSUE_TEMPLATE/feature_request.yml

29 lines
935 B
YAML
Raw Normal View History

2022-12-28 15:03:18 -05:00
name: Feature request
description: Suggest an idea for the app itself
labels: enhancement
body:
2022-12-28 15:06:45 -05: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 15:06:45 -05: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 15:03:18 -05:00
- type: textarea
attributes:
label: Related Problem(s)
description: 💥 Are there any problems that cooerced you into filing this feature request?
- type: textarea
attributes:
label: Description
2023-01-09 09:36:49 +05:30
description: 🤓 So... what's the request?
2022-12-28 15:03:18 -05:00
validations:
required: true
- type: textarea
attributes:
label: Alternatives
2023-01-09 09:36:49 +05:30
description: 👁️‍🗨️ Is there really no other way? Got any workarounds while the request remains unimplemented?
2022-12-28 15:03:18 -05:00
validations:
required: true