element-web/.github/PULL_REQUEST_TEMPLATE.md

19 lines
635 B
Markdown
Raw Normal View History

<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR -->
2021-03-24 17:00:59 +01:00
## Checklist
2022-12-09 13:28:29 +01:00
- [ ] 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/vector-im/element-web/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
For PRs which *only* affect the desktop version, please use:
Notes: none
element-desktop notes: Add super cool feature
-->