mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Update PR template to include sytest instructions
This commit is contained in:
parent
f1bf3e2ea1
commit
acb7d607cb
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
### Pull Request Checklist
|
||||||
|
|
||||||
|
<!-- Please read CONTRIBUTING.rst before submitting your pull request -->
|
||||||
|
|
||||||
|
* [ ] I have added any new tests that need to pass to `testfile` as specified in [docs/sytest.md](/docs/sytest.md)
|
||||||
|
* [ ] I have made sure any new dependencies have been checked into the `vendor/` directory
|
||||||
|
* [ ] Pull request includes a [sign off](/CONTRIBUTING.rst#sign-off)
|
||||||
Loading…
Reference in a new issue