dotemacs

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

ISSUE_TEMPLATE.md (804B)


      1 *Use the template below when reporting bugs. Please, make sure that
      2 you're running the latest stable clojure-mode and that the problem you're reporting
      3 hasn't been reported (and potentially fixed) already.*
      4 
      5 **Please, remove all of the placeholder text (the one in italics) in your final report!**
      6 
      7 ## Expected behavior
      8 
      9 ## Actual behavior
     10 
     11 ## Steps to reproduce the problem
     12 
     13 *This is extremely important! Providing us with a reliable way to reproduce
     14 a problem will expedite its solution.*
     15 
     16 ## Environment & Version information
     17 
     18 ### clojure-mode version
     19 
     20 *Include here the version string displayed by `M-x
     21 clojure-mode-display-version`. Here's an example:*
     22 
     23 ```
     24 clojure-mode (version 5.2.0)
     25 ```
     26 
     27 ### Emacs version
     28 
     29 *E.g. 24.5* (use <kbd>C-h C-a</kbd> to see it)
     30 
     31 ### Operating system
     32 
     33 *E.g. Windows 10*