summary refs log tree commit diff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-11-19 14:24:30 +0100
committerGitHub <noreply@github.com>2018-11-19 14:24:30 +0100
commit10cdf519aac03a7e03770bda990ae6d141d1c4c4 (patch)
tree9a8873d9b0a55c23aeabbb6b37ec616873f0a7e1 /.github/PULL_REQUEST_TEMPLATE.md
parentMerge pull request #4200 from aaronraimist/vacuum-full-note (diff)
parentFix case (diff)
downloadsynapse-10cdf519aac03a7e03770bda990ae6d141d1c4c4.tar.xz
Merge pull request #4182 from aaronraimist/update-issue-template
Add a pull request template and add multiple issue templates
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md7
1 files changed, 7 insertions, 0 deletions
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
+
+<!-- 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)