element-web/.github/PULL_REQUEST_TEMPLATE.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
479 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 16:00:59 +00:00
## Checklist
- [ ] Tests written for new code (and old code if feasible)
- [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation.
- [ ] 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))