2021-08-17 10:10:52 -05:00
|
|
|
name: Bug Report
|
|
|
|
description: Report a bug 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
|
|
|
|
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: I've found a bug and checked that ...
|
|
|
|
description: Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why.
|
|
|
|
options:
|
2021-12-26 04:01:40 -06:00
|
|
|
- label: ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my problem
|
2021-08-17 10:10:52 -05:00
|
|
|
- label: ... there are no open or closed issues that are related to my problem
|
2023-03-06 22:22:36 -06:00
|
|
|
- label: ... it's [definitely a Firefly III issue, not me](https://github.com/firefly-iii/firefly-iii/blob/main/.github/its_you_not_me.md)
|
2021-08-17 10:10:52 -05:00
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Description
|
|
|
|
description: Please provide a brief description of the bug in 1-2 sentences.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-03-06 22:22:36 -06:00
|
|
|
label: Debug information
|
|
|
|
description: Please provide the table from the /debug page. Do not add backticks or quotes.
|
|
|
|
placeholder: The output from the /debug page
|
2021-08-17 10:10:52 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-03-06 22:22:36 -06:00
|
|
|
label: Expected behaviour
|
|
|
|
description: Please describe precisely what you'd expect to happen. Be specific.
|
2021-08-17 10:10:52 -05:00
|
|
|
validations:
|
2023-03-06 22:22:36 -06:00
|
|
|
required: false
|
2021-08-17 10:10:52 -05:00
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Steps to reproduce
|
|
|
|
description: Please describe the steps to reproduce the bug.
|
|
|
|
placeholder: |
|
|
|
|
1. ...
|
|
|
|
2. ...
|
|
|
|
3. ...
|
|
|
|
validations:
|
2021-09-10 23:54:57 -05:00
|
|
|
required: false
|
2021-08-17 10:10:52 -05:00
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Additional info
|
|
|
|
description: Please provide any additional information that seem useful.
|