Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 48c7543

Browse files
authored
PR template: reminder to document your stuff (#12294)
* PR template: reminder to document your stuff * add full stops
1 parent 86469bd commit 48c7543

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Checklist
44

5-
- [ ] Tests written for new code (and old code if feasible)
6-
- [ ] Linter and other CI checks pass
7-
- [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/matrix-org/matrix-react-sdk/blob/develop/CONTRIBUTING.md))
5+
- [ ] Tests written for new code (and old code if feasible).
6+
- [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation.
7+
- [ ] Linter and other CI checks pass.
8+
- [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/matrix-org/matrix-react-sdk/blob/develop/CONTRIBUTING.md)).

0 commit comments

Comments
 (0)