Merge pull request #1542 from element-hq/rav/tsdoc_in_pr_template

PR template: reminder to document your stuff
This commit is contained in:
Richard van der Hoff 2024-02-28 14:18:03 +00:00 committed by GitHub
commit d747a93b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
## Checklist ## Checklist
- [ ] Ensure your code works with manual testing - [ ] Ensure your code works with manual testing.
- [ ] Linter and other CI checks pass - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation.
- [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/vector-im/element-desktop/blob/develop/CONTRIBUTING.md)) - [ ] 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)).