diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-12-04 12:21:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 12:21:48 +0000 |
commit | c1ae453932da8b5761cd1644b4b0bbaa039ae6ab (patch) | |
tree | 5da64c373509a18fb7e87c28c569d838c9139044 /.github | |
parent | Fix error when using synapse_port_db on a vanilla synapse db (#6449) (diff) | |
download | synapse-c1ae453932da8b5761cd1644b4b0bbaa039ae6ab.tar.xz |
Markdownification and other fixes to CONTRIBUTING (#6461)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8939fda67d..11fb05ca96 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ ### Pull Request Checklist -<!-- Please read CONTRIBUTING.rst before submitting your pull request --> +<!-- Please read CONTRIBUTING.md before submitting your pull request --> * [ ] Pull request is based on the develop branch -* [ ] 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) -* [ ] Code style is correct (run the [linters](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst#code-style)) +* [ ] Pull request includes a [changelog file](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.md#changelog) +* [ ] Pull request includes a [sign off](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.md#sign-off) +* [ ] Code style is correct (run the [linters](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.md#code-style)) |