From b1981afe147b455caab71e45d4696af213679947 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 8 Feb 2020 11:01:16 +0200 Subject: Tweak the PR template --- .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 bf1c427..b584fc5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,11 +6,11 @@ The more detailed you are, the better.** Before submitting a PR make sure the following things have been done (and denote this by checking the relevant checkboxes): -- [ ] The commits are consistent with our [contribution guidelines](../CONTRIBUTING.md) +- [ ] The commits are consistent with our [contribution guidelines](../blob/master/CONTRIBUTING.md) - [ ] You've added tests (if possible) to cover your change(s) - [ ] All tests are passing (`make test`) - [ ] The new code is not generating bytecode or `M-x checkdoc` warnings -- [ ] You've updated the changelog (if adding/changing user-visible functionality) +- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality) - [ ] You've updated the readme (if adding/changing user-visible functionality) Thanks! -- cgit v1.0