summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-02-23 09:11:29 +0700
committerBozhidar Batsov <bozhidar@batsov.com>2018-02-23 09:11:29 +0700
commit9663a2d0f40ae7eb48390673afd0f1cef6bee00b (patch)
treee9b584398cfa7594b24f27f1bb3b426cfc01cdba /.github
parent1cd6878ffaac11e8dce796faea49f2d056d42428 (diff)
Improve a bit the PR template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 8c5fca30..4e1667c3 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,9 +10,8 @@ by checking the relevant checkboxes):
- [ ] 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 readme (if adding/changing user-visible functionality)
-- [ ] You've updated the refcard (if you made changes to the commands listed there)
+- [ ] You've updated the [changelog][3] (if adding/changing user-visible functionality)
+- [ ] You've updated the [user manual][4] (if adding/changing user-visible functionality)
Thanks!
@@ -21,3 +20,5 @@ manual][2] extremely useful.*
[1]: https://github.com/clojure-emacs/cider/blob/master/.github/CONTRIBUTING.md
[2]: https://cider.readthedocs.io/en/latest/hacking_on_cider/
+[3]: https://github.com/clojure-emacs/cider/blob/master/CHANGELOG.md
+[4]: https://github.com/clojure-emacs/cider/tree/master/doc