mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
3abf8a1d51
* Add a basic PR checklist for all PRs It'll be mildly annoying for core developers who have to constantly remove or edit this, but it'll also serve as a good reminder to do these things. Note that signoff is not required for core developers. * *ahem*
22 lines
714 B
Markdown
22 lines
714 B
Markdown
<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR -->
|
|
|
|
## Checklist
|
|
|
|
* [ ] Tests written for new code (and old code if feasible)
|
|
* [ ] Linter and other CI checks pass
|
|
* [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/matrix-org/matrix-react-sdk/blob/develop/CONTRIBUTING.md))
|
|
|
|
<!--
|
|
If you would like to specify text for the changelog entry other than your PR title, add the following:
|
|
|
|
Notes: Add super cool feature
|
|
|
|
Changes in this project also generate changelogs in Element Web. To disable this, use the following:
|
|
|
|
element-web notes: none
|
|
|
|
or specify alternative text:
|
|
|
|
element-web notes: Add super cool feature
|
|
-->
|