mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Merge pull request #3960 from kittykat/issue-template
Issue templates: merge expected and actual results
This commit is contained in:
commit
1fdc5fd3d9
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -21,17 +21,14 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-result
|
id: 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
|
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
placeholder: Tell us what went wrong
|
placeholder: Tell us what went wrong
|
||||||
|
value: |
|
||||||
|
### What did you expect?
|
||||||
|
|
||||||
|
### What happened?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- 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 New Issue
Block a user