2021-08-17 10:16:17 -05:00
|
|
|
name: Feature Request
|
|
|
|
description: Request a feature or enhancement in Firefly III (or associated tools)
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Support guidelines
|
|
|
|
description: Please read the support guidelines before proceeding.
|
|
|
|
options:
|
|
|
|
- label: I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md)
|
|
|
|
required: true
|
2023-12-30 12:42:10 -06:00
|
|
|
- label: My request is not listed as [a very good idea, but unfortunately...](https://docs.firefly-iii.org/explanation/more-information/what-its-not/)
|
2021-08-17 10:16:17 -05:00
|
|
|
required: true
|
2023-03-06 22:22:36 -06:00
|
|
|
- label: I've used [the search](https://github.com/firefly-iii/firefly-iii/issues?q=is%3Aissue) and this has not been requested before.
|
2021-08-22 23:24:47 -05:00
|
|
|
required: true
|
2021-08-17 10:16:17 -05:00
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Description
|
|
|
|
description: Please describe your feature request
|
|
|
|
placeholder: |
|
2023-03-06 22:22:36 -06:00
|
|
|
- I would like Firefly III to do (thing).
|
|
|
|
- What if you would add feature (feature here)?
|
|
|
|
- Firefly III doesn't do (thing).
|
2021-08-17 10:16:17 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Solution
|
|
|
|
description: Describe what your feature would add to Firefly III.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: What are alternatives?
|
|
|
|
description: Please describe what alternatives currently exist.
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Additional context
|
|
|
|
description: Add any other context or screenshots about the feature request here.
|