Small issue template updates

This commit is contained in:
James Cole 2023-03-07 05:22:36 +01:00
parent 6a649f2f42
commit 70050678c5
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 12 additions and 12 deletions

View File

@ -16,7 +16,7 @@ body:
options: options:
- label: ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my problem - label: ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my problem
- label: ... there are no open or closed issues that are related to my problem - label: ... there are no open or closed issues that are related to my problem
- label: ... it's [definitely me, not you](https://github.com/firefly-iii/firefly-iii/blob/main/.github/its_you_not_me.md) - 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)
- type: textarea - type: textarea
attributes: attributes:
@ -27,18 +27,18 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Expected behaviour label: Debug information
description: Please describe precisely what you'd expect to happen. description: Please provide the table from the /debug page. Do not add backticks or quotes.
placeholder: The output from the /debug page
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Debug information label: Expected behaviour
description: Please provide the table from the /debug page description: Please describe precisely what you'd expect to happen. Be specific.
placeholder: The output from the /debug page
validations: validations:
required: true required: false
- type: textarea - type: textarea
attributes: attributes:

View File

@ -8,9 +8,9 @@ body:
options: options:
- label: I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) - label: I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md)
required: true required: true
- label: My request is not listed as [a very good idea, but unfortunately...](https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/what-its-not/) - label: My request is not listed as [a very good idea, but unfortunately...](https://docs.firefly-iii.org/firefly-iii/more-information/what-its-not/)
required: true required: true
- label: I've used [the search](https://github.com/firefly-iii/firefly-iii/issues?q=is%3Aissue) and this has not been discussed before. - label: I've used [the search](https://github.com/firefly-iii/firefly-iii/issues?q=is%3Aissue) and this has not been requested before.
required: true required: true
- type: textarea - type: textarea
@ -18,9 +18,9 @@ body:
label: Description label: Description
description: Please describe your feature request description: Please describe your feature request
placeholder: | placeholder: |
- I would like Firefly III to do ABC. - I would like Firefly III to do (thing).
- What if you would add feature XYZ? - What if you would add feature (feature here)?
- Firefly III doesn't do DEF. - Firefly III doesn't do (thing).
validations: validations:
required: true required: true