summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-04 17:27:56 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-04 17:27:56 +0300
commit518d174a9c314d6b34c50239f23a7426cb542c12 (patch)
treed709c562294ea467df7c1bf93a067ead874012c7 /.github
parent0cccdabfee4eee235f21b66563a2b790112999fe (diff)
Add Lein/Boot version to issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index dddcfc80..5ce03497 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -29,6 +29,11 @@ CIDER's REPL is launched. Here's an example:*
;; Clojure 1.8.0, Java 1.8.0_31
```
+### Lein/Boot version
+
+*E.g. Lein 2.6.1* (skip this when you didn't start the nREPL server
+using Lein or Boot)
+
### Emacs version
*E.g. 24.5* (use <kbd>M-x emacs-version</kbd> to check it if unsure)