diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-01-02 01:33:13 -0600 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-02 07:33:13 +0000 |
commit | 252c0c81fa5ef11791b294c184efa8c80e261350 (patch) | |
tree | 4700a5a0ff5595b567b4b13179c40e1b5f00300f /.github | |
parent | Avoid packaging _trial_temp directory (#4326) (diff) | |
download | synapse-252c0c81fa5ef11791b294c184efa8c80e261350.tar.xz |
Update PR template to use absolute links (#4341)
* Update PR template to use absolute links Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog 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 aa883ba505..1ead0d0030 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,5 +3,5 @@ <!-- Please read CONTRIBUTING.rst before submitting your pull request --> * [ ] Pull request is based on the develop branch -* [ ] Pull request includes a [changelog file](CONTRIBUTING.rst#changelog) -* [ ] Pull request includes a [sign off](CONTRIBUTING.rst#sign-off) +* [ ] Pull request includes a [changelog file](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst#changelog) +* [ ] Pull request includes a [sign off](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst#sign-off) |