mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Improve wording for outcome section of bug template
Based off vector-im/element-android/pull/4076, trying out slightly different wording Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
This commit is contained in:
parent
a98942e0c8
commit
20c4c2fcd3
6
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
@ -23,12 +23,12 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: result
|
id: result
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: Outcome
|
||||||
placeholder: Tell us what went wrong
|
placeholder: Tell us what went wrong
|
||||||
value: |
|
value: |
|
||||||
### What did you expect?
|
#### What did you expect?
|
||||||
|
|
||||||
### What happened?
|
#### What happened instead?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
6
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
@ -23,12 +23,12 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: result
|
id: result
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: Outcome
|
||||||
placeholder: Tell us what went wrong
|
placeholder: Tell us what went wrong
|
||||||
value: |
|
value: |
|
||||||
### What did you expect?
|
#### What did you expect?
|
||||||
|
|
||||||
### What happened?
|
#### What happened instead?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
Loading…
Reference in New Issue
Block a user