summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-05 23:22:47 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-05 23:22:47 +0200
commite0540a28d3ac85fe711e296065e080aeae007fb0 (patch)
treef62d25ccc281ad3081cdcedf4327125ecab30973 /.github
parent35329bf49e50d1782c2c0397554f8c53d9fcf946 (diff)
Try to fix the broken links in the PR template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index d0a5e169..dbdef4bb 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -6,20 +6,17 @@ The more detailed you are, the better.**
Before submitting the 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][1]
+- [ ] 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`)
- [ ] All code passes the linter (`make lint`) which is based on [`elisp-lint`](https://github.com/gonewest818/elisp-lint) and includes
- [byte-compilation](https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte-Compilation.html), [`checkdoc`](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html), [check-declare](https://www.gnu.org/software/emacs/manual/html_node/elisp/Declaring-Functions.html), packaging metadata, indentation, and trailing whitespace checks.
-- [ ] 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)
+- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality)
+- [ ] You've updated the [user manual](../blog/master/doc) (if adding/changing user-visible functionality)
Thanks!
*If you're just starting out to hack on CIDER you might find this [section of its
-manual][2] extremely useful.*
+manual][1] 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
+[1]: https://cider.readthedocs.io/en/latest/hacking_on_cider/