From fb3fe0d87b2a59e74b688363903583cfa6757624 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 12 Jun 2025 13:11:55 +0200 Subject: [PATCH] Update bug.yml Signed-off-by: James Cole --- .github/ISSUE_TEMPLATE/bug.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 90eb9626df..5555ab1753 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: Bug report description: Report a bug in Firefly III (or associated tools) body: - type: checkboxes @@ -12,7 +12,7 @@ body: - type: checkboxes attributes: label: I've found a bug and checked that ... - description: Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why. + description: Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, please explain why. 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 @@ -33,13 +33,6 @@ body: validations: required: true - - type: textarea - attributes: - label: Expected behaviour - description: Please describe precisely what you'd expect to happen. Be specific. - validations: - required: false - - type: textarea attributes: label: Steps to reproduce @@ -54,4 +47,4 @@ body: - type: textarea attributes: label: Additional info - description: Please provide any additional information that seem useful. + description: Please provide any additional information that seems useful.