From a4ff5911659d52217ca9830fdac535d991c01092 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 25 Mar 2018 11:55:37 +0200 Subject: [PATCH] Update URL to 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 00af43558..0d3b3410a 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 a new file in `changelog/unreleased/` that describes the changes for our users (template [here](https://github.com/restic/restic/blob/master/changelog/changelog-entry.tmpl)) +- [ ] There's a new file in `changelog/unreleased/` that describes the changes for our users (template [here](https://github.com/restic/restic/blob/master/changelog/TEMPLATE)) - [ ] 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