Merge pull request #18877 from kittykat/issue-templates
Issue templates: merge expected and actual results
This commit is contained in:
@@ -21,17 +21,14 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: result
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
placeholder: Tell us what went wrong
|
placeholder: Tell us what went wrong
|
||||||
validations:
|
value: |
|
||||||
required: true
|
### What did you expect?
|
||||||
- type: textarea
|
|
||||||
id: expected-result
|
### What happened?
|
||||||
attributes:
|
|
||||||
label: What did you expect?
|
|
||||||
placeholder: Tell us what you expected to happen
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
@@ -21,17 +21,14 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: result
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
placeholder: Tell us what went wrong
|
placeholder: Tell us what went wrong
|
||||||
validations:
|
value: |
|
||||||
required: true
|
### What did you expect?
|
||||||
- type: textarea
|
|
||||||
id: expected-result
|
### What happened?
|
||||||
attributes:
|
|
||||||
label: What did you expect?
|
|
||||||
placeholder: Tell us what you expected to happen
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
Reference in New Issue
Block a user