summaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-31 17:37:26 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-31 17:37:26 +0300
commit46de854a02ad5e875df8f3bad43a7bbedd2a37cd (patch)
tree56cb7eaa0d26c5cc20de1bbce558788356a08565 /.github/CONTRIBUTING.md
parentf03103339c19db7df63582822e2ba00d650f2bab (diff)
Mention the manual in CONTRIBUTING.md
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 3c4963e6..31331d9c 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -24,8 +24,8 @@ do so.
### Reporting bugs
-When reporting bugs it's a good idea to go through the `Troubleshooting` section
-of the README. Adding information like the backtrace and the nREPL messages to
+When reporting bugs it's a good idea to go through the [Troubleshooting section
+of the manual][7]. Adding information like the backtrace and the nREPL messages to
the bug report makes it easier to track down bugs. Some steps to reproduce a bug
reliably would also make a huge difference.
@@ -49,3 +49,4 @@ reliably would also make a huge difference.
[4]: https://help.github.com/articles/using-pull-requests
[5]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
[6]: https://github.com/clojure-emacs/cider/blob/master/CHANGELOG.md
+[7]: http://cider.readthedocs.org/en/latest/troubleshooting/