PR template: reminder to document your stuff

This commit is contained in:
Richard van der Hoff 2024-02-28 12:58:30 +00:00
parent 00c27c4475
commit 0f700829ff

View file

@ -3,6 +3,7 @@
## Checklist
- [ ] Ensure your code works with manual testing
- [ ] 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/vector-im/element-desktop/blob/develop/CONTRIBUTING.md))