0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 03:59:03 +02:00
dendrite/.github/PULL_REQUEST_TEMPLATE.md

9 lines
571 B
Markdown
Raw Permalink Normal View History

2019-01-25 17:00:59 +01:00
### Pull Request Checklist
<!-- Please read https://matrix-org.github.io/dendrite/development/contributing before submitting your pull request -->
2019-01-25 17:00:59 +01:00
2022-11-02 10:33:00 +01:00
* [ ] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests
* [ ] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately
2020-10-02 17:56:13 +02:00
Signed-off-by: `Your Name <your@email.example.org>`