From cb8602f3dcd82aaa4544cb47ab4954b2bd725669 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Mon, 16 Dec 2024 20:16:47 +0000 Subject: [PATCH] Update bug-report.yml --- .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: