element-web/.github/PULL_REQUEST_TEMPLATE.md

9 lines
482 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
2024-02-28 13:56:39 +01:00
- [ ] Tests written for new code (and old code if feasible).
- [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation.
2024-02-28 13:56:39 +01:00
- [ ] Linter and other CI checks pass.
- [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/element-hq/element-web/blob/develop/CONTRIBUTING.md)).