Update bug-report.yml (#3992)

This commit is contained in:
Matiss Janis Aboltins
2024-12-16 20:20:21 +00:00
committed by GitHub
parent 8446356cc6
commit 1165c4c008

View File

@@ -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: