1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-13 09:22:37 +01:00
upscayl/.github/ISSUE_TEMPLATE/feature_request.yml

29 lines
936 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:
2023-06-28 21:16:34 +05:30
- label: I have checked that this issue isn't addressed in [the Wiki](https://github.com/upscayl/upscayl/wiki).
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: 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
2023-06-28 21:16:34 +05:30
- type: textarea
attributes:
label: Related Problem(s)
description: 💥 Are there any problems that coerced you into filing this feature request?
2022-12-28 15:03:18 -05:00
- 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:
2023-06-28 21:16:34 +05:30
required: false