From bb44855078590cd1a82991cbaa62b4648f37d271 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 28 Nov 2017 19:36:53 +0100 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..051a08969 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ + + +### What is the purpose of this change? What does it change? + + + +### Was the change discussed in an issue or in the forum before? + + + +### Checklist + +- [ ] I have read the [Contribution Guidelines](https://github.com/restic/restic/blob/master/CONTRIBUTING.md#providing-patches) +- [ ] I have added tests for all changes in this PR +- [ ] I have added documentation for the changes (in the manual) +- [ ] There's an entry in the `CHANGELOG.md` file that describe the changes for our users +- [ ] I have run `gofmt` on the code in all commits +- [ ] All commit messages are formatted in the same style as [the other commits in the repo](https://github.com/restic/restic/blob/master/CONTRIBUTING.md#git-commits) +- [ ] I'm done, this Pull Request is ready for review