From b96a7bcbbdf3368eaf439d5b4358c446df204b2e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 4 Sep 2021 07:25:46 +0200 Subject: [PATCH 1/2] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e4edeca6d0..72595021bc 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -54,7 +54,6 @@ body: label: Debug information description: Please provide the table from the /debug page placeholder: The output from the /debug page - render: yaml validations: required: true From 4352f4a095c82ea6a114e6417e79c440b8e45adb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 11 Sep 2021 06:54:57 +0200 Subject: [PATCH 2/2] Update templates. --- .github/ISSUE_TEMPLATE/bug.yml | 15 ++++----------- .github/ISSUE_TEMPLATE/fr.yml | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 72595021bc..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,15 +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 - 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