mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-10 05:57:07 +00:00
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR -->
|
|
|
|
## Content
|
|
|
|
<!-- Describe shortly what has been changed -->
|
|
|
|
## Motivation and context
|
|
|
|
<!-- Provide link to the corresponding issue if applicable or explain the context -->
|
|
|
|
## Screenshots / GIFs
|
|
|
|
<!--
|
|
|
|
You can use a table like this to show screenshots comparison.
|
|
Uncomment this markdown table below and edit the last line `|||`:
|
|
|copy screenshot of before here|copy screenshot of after here|
|
|
|
|
|Before|After|
|
|
|-|-|
|
|
|||
|
|
-->
|
|
|
|
## Tests
|
|
|
|
<!-- Explain how you tested your development -->
|
|
|
|
- Step 1
|
|
- Step 2
|
|
- Step ...
|
|
-
|
|
|
|
## Checklist
|
|
|
|
- [ ] I have read through [CONTRIBUTING.md](https://github.com/element-hq/element-call/blob/livekit/CONTRIBUTING.md).
|
|
- [ ] Pull request includes screenshots or videos if containing UI changes
|
|
- [ ] Tests written for new code (and old code if feasible).
|
|
- [ ] Linter and other CI checks pass.
|
|
- [ ] I have licensed the changes to Element by completing the [Contributor License Agreement (CLA)](https://cla-assistant.io/element-hq/element-web)
|