aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-02-08 11:01:16 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-02-08 11:01:16 +0200
commitb1981afe147b455caab71e45d4696af213679947 (patch)
treec7e8bfcc3ca2ff5cf611d39287e11680438e2952 /.github
parentc4f682726181a8293fccd77e94f00e8113e59412 (diff)
Tweak the PR template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files 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!