dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

bug_report.md (1443B)


      1 ---
      2 name: Bug Report
      3 about: Report an issue with CIDER you've discovered.
      4 ---
      5 
      6 *Use the template below when reporting bugs. Please, make sure that
      7 you're running the latest stable CIDER and that the problem you're reporting
      8 hasn't been reported (and potentially fixed) already.*
      9 
     10 **Remove all of the placeholder text in your final report!**
     11 
     12 ## Expected behavior
     13 
     14 ## Actual behavior
     15 
     16 ## Steps to reproduce the problem
     17 
     18 *This is extremely important! Providing us with a reliable way to reproduce
     19 a problem will expedite its solution.*
     20 
     21 ## Environment & Version information
     22 
     23 ### CIDER version information
     24 
     25 *Include here the version string displayed when
     26 CIDER's REPL is launched. Here's an example:*
     27 
     28 ```
     29 ;; CIDER 0.12.0snapshot (package: 20160331.421), nREPL 0.2.12
     30 ;; Clojure 1.8.0, Java 1.8.0_31
     31 ```
     32 
     33 ### Lein / Clojure CLI version
     34 
     35 *E.g. Lein 2.6.1* 
     36 
     37 ### Emacs version
     38 
     39 *E.g. 24.5* (use <kbd>M-x emacs-version</kbd> to check it if unsure)
     40 
     41 ### Operating system
     42 
     43 *E.g. Fedora 23, OS X 10.11 "El Capitan", Windows 10, etc*
     44 
     45 ### JDK distribution
     46 
     47 *The JDK distribution are you using (e.g. Oracle, Temurin, Corretto), and its version. (run `java -version` for obtaining this)*
     48 
     49 *Please note that you should be running a JDK, not a JRE.*
     50 
     51 *If you are using a JDK through Docker, please indicate the Docker image being used.*
     52 
     53 *Please note that especially on Linux, JDK sources may be absent by default and require a separate installation step.*