File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 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+ ** Remove all of the placeholder text 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 information
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*
Original file line number Diff line number Diff line change 1+ Before submitting a PR make sure the following things have been done (and denote this
2+ by checking the relevant checkboxes):
3+
4+ - [ ] The commits are consistent with our [ contribution guidelines] ( ../CONTRIBUTING.md )
5+ - [ ] You've added tests (if possible) to cover your change(s). Indentation & font-lock tests are extremely important!
6+ - [ ] All tests are passing (` make test ` )
7+ - [ ] The new code is not generating bytecode or ` M-x checkdoc ` warnings
8+ - [ ] You've updated the changelog (if adding/changing user-visible functionality)
9+ - [ ] You've updated the readme (if adding/changing user-visible functionality)
10+
11+ Thanks!
You can’t perform that action at this time.
0 commit comments