Merge branch 'main' into develop

This commit is contained in:
James Cole
2021-09-11 06:55:16 +02:00
2 changed files with 5 additions and 13 deletions

View File

@@ -33,8 +33,9 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Actual behaviour label: Debug information
description: Please describe precisely what is actually happening. description: Please provide the table from the /debug page
placeholder: The output from the /debug page
validations: validations:
required: true required: true
@@ -47,16 +48,7 @@ body:
2. ... 2. ...
3. ... 3. ...
validations: validations:
required: true required: false
- type: textarea
attributes:
label: Debug information
description: Please provide the table from the /debug page
placeholder: The output from the /debug page
render: yaml
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:

View File

@@ -8,7 +8,7 @@ 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 [an idea that won't be implemented](https://docs.firefly-iii.org/firefly-iii/support/features/#ideas-that-wont-be-implemented) - 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/)
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 discussed before.
required: true required: true