mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-03 19:41:20 +02:00
Issue templates: merge expected and actual results
Feedback received asking to merge templates so they take up less space and are quicker for developers to fill. Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
This commit is contained in:
parent
e88948917a
commit
13aa157a66
13
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
13
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
@ -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
|
||||||
|
13
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
13
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user