File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,19 @@ clojure-mode (version 2.1.1)
34
34
* [ Squash related commits together] [ 5 ] .
35
35
* Open a [ pull request] [ 4 ] that relates to * only* one subject with a clear title
36
36
and description in grammatically correct, complete sentences.
37
- * When applicable, attach ERT unit tests.
37
+ * When applicable, attach ERT unit tests. See below for instructions on running the tests.
38
+
39
+ ## Development setup
40
+
41
+ 1 . Fork and clone the repository
42
+ 1 . Install [ Cask] [ 7 ] as per the instructions there.
43
+ 1 . With Cask in your path run ` cask install ` in the repository folder.
44
+ 1 . Run tests with ` make test ` .
38
45
39
46
[ 1 ] : https://github.com/clojure-emacs/clojure-mode/issues
40
47
[ 2 ] : http://gun.io/blog/how-to-github-fork-branch-and-pull-request
41
48
[ 3 ] : http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
42
49
[ 4 ] : https://help.github.com/articles/using-pull-requests
43
50
[ 5 ] : http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
44
51
[ 6 ] : https://github.com/clojure-emacs/clojure-mode/blob/master/CHANGELOG.md
52
+ [ 7 ] : https://github.com/cask/cask
You can’t perform that action at this time.
0 commit comments