diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-02-08 16:16:01 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-02-08 16:16:01 +0000 |
commit | 8a1dfffe3dc7e720964820301f58a7a9e50d5ee6 (patch) | |
tree | 3f125ffcb9fd8ea2d285b1287d5d0ffe8667b462 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 0e26662a552b671ef201490defbbea59df4250c1 (diff) |
Various updates for renaming the `master` branch to `main`
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1204582e..8014e941 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,6 @@ <!-- Please read docs/CONTRIBUTING.md before submitting your pull request --> -* [ ] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/master/docs/CONTRIBUTING.md#sign-off) +* [ ] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/main/docs/CONTRIBUTING.md#sign-off) Signed-off-by: `Your Name <your@email.example.org>` |