Improve build framework bug reporting form (#4787)

This commit is contained in:
Igor Pečovnik 2023-02-02 14:03:59 +01:00 committed by GitHub
parent 72a505d061
commit fce5179c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,18 @@ body:
value: "A bug happened!"
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to reproduce?
description: "
<br>
Provide command line or explain steps which you did?
"
placeholder: Tell us how you did it!
value: "Command you gave to the framework!"
validations:
required: true
- type: dropdown
id: version
attributes: