|
|
@ -12,6 +12,12 @@ body:
|
|
|
|
label: A clear and concise description of the bug.
|
|
|
|
label: A clear and concise description of the bug.
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
|
|
|
id: screenshot
|
|
|
|
|
|
|
|
attributes:
|
|
|
|
|
|
|
|
label: If applicable, add screenshots to help explain the issue.
|
|
|
|
|
|
|
|
validations:
|
|
|
|
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
- type: textarea
|
|
|
|
id: expect_to_happen
|
|
|
|
id: expect_to_happen
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
@ -26,4 +32,3 @@ body:
|
|
|
|
placeholder: First do this, then this..
|
|
|
|
placeholder: First do this, then this..
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
|
|
|
|
|
|
|
|