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:
Ekaterina Gerasimova 2021-09-03 10:34:41 +01:00
parent d87ca40d30
commit b566779a6d
2 changed files with 6 additions and 8 deletions

View file

@ -21,17 +21,14 @@ body:
validations:
required: true
- type: textarea
id: expected-result
attributes:
label: What did you expect?
placeholder: Tell us what you expected to happen in as much detail as you can.
validations:
required: true
- type: textarea
id: actual-result
id: result
attributes:
label: What happened?
placeholder: Tell us what went wrong
value: |
### What did you expect?
### What happened?
validations:
required: true
- type: input

1
changelog.d/3960.misc Normal file
View file

@ -0,0 +1 @@
Issue templates: merge expected and actual results