From 70050678c56336eb686a759b68e80b795698d0a8 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 7 Mar 2023 05:22:36 +0100 Subject: [PATCH] Small issue template updates --- .github/ISSUE_TEMPLATE/bug.yml | 14 +++++++------- .github/ISSUE_TEMPLATE/fr.yml | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e13bfb2bbf..90eb9626df 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -16,7 +16,7 @@ body: options: - 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: ... 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 attributes: @@ -27,18 +27,18 @@ body: - type: textarea attributes: - label: Expected behaviour - description: Please describe precisely what you'd expect to happen. + 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 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 + label: Expected behaviour + description: Please describe precisely what you'd expect to happen. Be specific. validations: - required: true + required: false - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/fr.yml b/.github/ISSUE_TEMPLATE/fr.yml index 0267bfa1bc..679d35ae2a 100644 --- a/.github/ISSUE_TEMPLATE/fr.yml +++ b/.github/ISSUE_TEMPLATE/fr.yml @@ -8,9 +8,9 @@ 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 [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 - - 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 - type: textarea @@ -18,9 +18,9 @@ body: label: Description description: Please describe your feature request placeholder: | - - I would like Firefly III to do ABC. - - What if you would add feature XYZ? - - Firefly III doesn't do DEF. + - I would like Firefly III to do (thing). + - What if you would add feature (feature here)? + - Firefly III doesn't do (thing). validations: required: true