From 1165c4c008071d6fe047c184a5fd702e96c7e098 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Mon, 16 Dec 2024 20:20:21 +0000 Subject: [PATCH 1/3] Update bug-report.yml (#3992) --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b6d881e7731..24c04fbbacc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -23,8 +23,6 @@ body: options: - label: 'I have searched and found no existing issue' required: true - - label: 'I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)' - required: true validations: required: true - type: textarea @@ -36,6 +34,14 @@ body: value: 'A bug happened!' validations: required: true + - type: textarea + id: reproduction + attributes: + label: How can we reproduce the issue? + description: Please give step-by-step instructions on how to reproduce the issue. In most cases this might also require uploading a sample budget/import file. + value: '' + validations: + required: true - type: markdown id: env-info attributes: From b6fbcef6f0a4cb8e8218233be1ac20e08c37e70b Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Mon, 16 Dec 2024 20:21:15 +0000 Subject: [PATCH 2/3] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 24c04fbbacc..9a53dc6ed45 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,7 +39,7 @@ body: attributes: label: How can we reproduce the issue? description: Please give step-by-step instructions on how to reproduce the issue. In most cases this might also require uploading a sample budget/import file. - value: '' + value: ' ' validations: required: true - type: markdown From 94666a2ac175786a2e9b79f49bc75672bd6de34d Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Mon, 16 Dec 2024 20:21:44 +0000 Subject: [PATCH 3/3] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9a53dc6ed45..c61a9eedf23 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,7 +39,7 @@ body: attributes: label: How can we reproduce the issue? description: Please give step-by-step instructions on how to reproduce the issue. In most cases this might also require uploading a sample budget/import file. - value: ' ' + value: 'How can we reproduce the issue?' validations: required: true - type: markdown