From d86826277d764217311d0d34a8e6143d09237a94 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Tue, 13 Nov 2018 21:43:23 -0600 Subject: Add a pull request template and add multiple issue templates Signed-off-by: Aaron Raimist --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.github/PULL_REQUEST_TEMPLATE.md') diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..aa883ba505 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +### Pull Request Checklist + + + +* [ ] 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) -- cgit 1.4.1 From 252c0c81fa5ef11791b294c184efa8c80e261350 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Wed, 2 Jan 2019 01:33:13 -0600 Subject: Update PR template to use absolute links (#4341) * Update PR template to use absolute links Signed-off-by: Aaron Raimist * Add changelog Signed-off-by: Aaron Raimist --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- changelog.d/4341.misc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/4341.misc (limited to '.github/PULL_REQUEST_TEMPLATE.md') 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 @@ * [ ] 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) diff --git a/changelog.d/4341.misc b/changelog.d/4341.misc new file mode 100644 index 0000000000..64af9a2c50 --- /dev/null +++ b/changelog.d/4341.misc @@ -0,0 +1 @@ +Update pull request template to use absolute links \ No newline at end of file -- cgit 1.4.1