Fixes and adding step by step
This commit is contained in:
parent
d0042587ad
commit
dd66530a63
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -7,8 +7,18 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-did
|
id: what-did
|
||||||
attributes:
|
attributes:
|
||||||
label: What did happened?
|
label: What happened?
|
||||||
description: Also tell us, what did you expect to happen?
|
description: Tell us what happened in a very clear and simple way
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: steps
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce the problem
|
||||||
|
description: Please provide us with precise step by step information to reproduce the bug
|
||||||
|
value: 1. Go to .... |
|
||||||
|
2. Press ....
|
||||||
|
3. ...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -18,7 +28,7 @@ body:
|
||||||
description: tell what you think the normal behavior should be
|
description: tell what you think the normal behavior should be
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: commit
|
id: commit
|
||||||
attributes:
|
attributes:
|
||||||
label: Commit where the problem happens
|
label: Commit where the problem happens
|
||||||
|
|
Loading…
Reference in New Issue
Block a user