From cea74d706af5c696b5f0840d63391af20a721f24 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 24 Oct 2019 03:21:23 +0200 Subject: [PATCH] PR template: link to contributing, changelog (#2051) Point to the "blob" on master, so that the link is clickable from the PR [changelog skip] --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ce78befdb4..9ccb14a9d1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,8 +4,8 @@ Please describe your pull request. Thank you for contributing! You're the best. ### Your checklist for this pull request -- [ ] I have reviewed the [guidelines for contributing](../CONTRIBUTING.md) to this repository. -- [ ] I have added an entry to [HISTORY.md](../HISTORY.md) if this PR fixes a bug or adds a feature. If it doesn't need an entry to HISTORY.md, I have added `[changelog skip]` to all commit messages. +- [ ] I have reviewed the [guidelines for contributing](../blob/master/CONTRIBUTING.md) to this repository. +- [ ] I have added an entry to [History.md](../blob/master/History.md) if this PR fixes a bug or adds a feature. If it doesn't need an entry to HISTORY.md, I have added `[changelog skip]` to all commit messages. - [ ] I have added appropriate tests if this PR fixes a bug or adds a feature. - [ ] My pull request is 100 lines added/removed or less so that it can be easily reviewed. - [ ] If this PR doesn't need tests (docs change), I added `[ci skip]` to the commit messages.