summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md3
-rw-r--r--.github/ISSUE_TEMPLATE.md3
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 31331d9c..71cac2dd 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -17,7 +17,8 @@ do so.
* Mention the CIDER version info. You can use the REPL version info, which looks like that:
```el
-; CIDER 0.4.0snapshot (package: 20131112.1551) (Clojure 1.5.1, nREPL 0.2.1)
+;; CIDER 0.12.0snapshot (package: 20160331.421), nREPL 0.2.12
+;; Clojure 1.8.0, Java 1.8.0_31
```
* Include any relevant code to the issue summary.
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 1557a2e7..d3f0bbc9 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -21,7 +21,8 @@ a problem will expedite its solution.*
CIDER's REPL is launched. Here's an example:*
```
-; CIDER 0.11.0snapshot (package: 20151112.1551) (Clojure 1.7.0, nREPL 0.2.12)
+;; CIDER 0.12.0snapshot (package: 20160331.421), nREPL 0.2.12
+;; Clojure 1.8.0, Java 1.8.0_31
```
### Emacs version