File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ The more detailed you are, the better.**
6
6
Before submitting a PR make sure the following things have been done (and denote this
7
7
by checking the relevant checkboxes):
8
8
9
- - [ ] The commits are consistent with our [ contribution guidelines] ( ../CONTRIBUTING.md )
9
+ - [ ] The commits are consistent with our [ contribution guidelines] [ 1 ]
10
10
- [ ] You've added tests (if possible) to cover your change(s). Indentation & font-lock tests are extremely important!
11
11
- [ ] All tests are passing (` make test ` )
12
12
- [ ] The new code is not generating bytecode or ` M-x checkdoc ` warnings
13
13
- [ ] You've updated the changelog (if adding/changing user-visible functionality)
14
14
- [ ] You've updated the readme (if adding/changing user-visible functionality)
15
15
16
16
Thanks!
17
+
18
+ [ 1 ] : https://github.com/clojure-emacs/clojure-mode/blob/master/CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments