diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-01-28 04:15:33 -0600 |
---|---|---|
committer | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-01-28 10:15:33 +0000 |
commit | ac3ebcb3ed69f2d79bf41f5ccee7442fb69da584 (patch) | |
tree | 1312ada76fb85d71b86af210279a87fb0920f654 /.github | |
parent | 4452cb4a65b5c66db6c96172b6691a8abf6d7c68 (diff) |
Fix PR templates and use matrix.to instead of riot.im/develop (#687)
* Use absolute links in pull request template
Relative links don't work in most places
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Use matrix.to (for now) instead of linking to riot.im/develop
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 34266c1a..a53931f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ ### 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 -* [ ] 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) |