diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-11-19 14:24:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 14:24:30 +0100 |
commit | 10cdf519aac03a7e03770bda990ae6d141d1c4c4 (patch) | |
tree | 9a8873d9b0a55c23aeabbb6b37ec616873f0a7e1 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | Merge pull request #4200 from aaronraimist/vacuum-full-note (diff) | |
parent | Fix case (diff) | |
download | synapse-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.md | 7 |
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) |