diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e4edeca6d0..4b7801174d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -33,8 +33,9 @@ body: - type: textarea attributes: - label: Actual behaviour - description: Please describe precisely what is actually happening. + label: Debug information + description: Please provide the table from the /debug page + placeholder: The output from the /debug page validations: required: true @@ -47,16 +48,7 @@ body: 2. ... 3. ... validations: - required: true - - - 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 + required: false - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/fr.yml b/.github/ISSUE_TEMPLATE/fr.yml index 87c61deb74..0267bfa1bc 100644 --- a/.github/ISSUE_TEMPLATE/fr.yml +++ b/.github/ISSUE_TEMPLATE/fr.yml @@ -8,7 +8,7 @@ body: options: - label: I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) 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 - 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