d55c6a36df
* PR template: reminder to document your stuff * link to tsdoc, not typedoc * add full stops
9 lines
484 B
Markdown
9 lines
484 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).
|
|
- [ ] 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/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md)).
|