mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Use absolute links in pull request template
Relative links don't work in most places Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
4452cb4a65
commit
64861049ab
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
### Pull Request Checklist
|
### Pull Request Checklist
|
||||||
|
|
||||||
<!-- Please read CONTRIBUTING.rst before submitting your pull request -->
|
<!-- Please read CONTRIBUTING.md before submitting your pull request -->
|
||||||
|
|
||||||
* [ ] I have made sure any new dependencies have been checked into the `vendor/` directory
|
* [ ] I have made sure any new dependencies have been checked into the `vendor/` directory
|
||||||
* [ ] Pull request includes a [sign off](/CONTRIBUTING.rst#sign-off)
|
* [ ] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/master/CONTRIBUTING.md#sign-off)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue