mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Improve build framework bug reporting form (#4787)
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bugreport.yml
vendored
12
.github/ISSUE_TEMPLATE/bugreport.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user