From e120b17abd513ae0966b7f9b8438bc58756c61da Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 7 Jan 2018 11:53:30 +0100 Subject: [PATCH] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 051a08969..119c1bd55 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,7 +25,7 @@ Link issues and relevant forum posts here. - [ ] 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 +- [ ] There's a new file in a subdir of `changelog/x.y.z` that describe the changes for our users (template [here](https://github.com/restic/restic/blob/master/changelog/changelog-entry.tmpl)) - [ ] 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