You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR -->
1
+
<!-- Thanks for submitting a PR! This checklist has the essential things that needs to be done so we can review your PR. Make sure each item is completed before checking its box.-->
2
2
3
3
## Checklist
4
4
5
5
-[ ] I have read through [review guidelines](https://github.com/element-hq/element-web/blob/develop/docs/review.md) and [CONTRIBUTING.md](https://github.com/element-hq/element-web/blob/develop/CONTRIBUTING.md).
6
-
-[ ] Tests written for new code (and old code if feasible).
7
-
-[ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation.
8
-
-[ ] Linter and other CI checks pass.
6
+
-[ ] I have linked the PR to an issue that describes what needs changing.
7
+
-[ ] I have written tests for new code (and old code if feasible).
8
+
-[ ] I have ensured new or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation.
9
+
-[ ] I have confirmed linter and other CI checks pass.
10
+
-[ ] I have have included screenshots if what the user sees will change
9
11
-[ ] I have licensed the changes to Element by completing the [Contributor License Agreement (CLA)](https://cla-assistant.io/element-hq/element-web)
0 commit comments