mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03: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
d87ca40d30
commit
b566779a6d
2 changed files with 6 additions and 8 deletions
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -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
1
changelog.d/3960.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Issue templates: merge expected and actual results
|
Loading…
Reference in a new issue