Add contributing.md
This commit is contained in:
parent
9c529cd6c7
commit
85d392b4c7
1 changed files with 12 additions and 0 deletions
12
CONTRIBUTING.md
Normal file
12
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
## Pre-requisites
|
||||
|
||||
The project uses [Leiningen 2](https://leiningen.org) and requires MongoDB `2.4+` to be running
|
||||
locally. Make
|
||||
sure you have those two installed and then run tests against all supported Clojure versions using
|
||||
|
||||
lein2 all test
|
||||
|
||||
## Pull Requests
|
||||
|
||||
Then create a branch and make your changes on it. Once you are done with your changes and all
|
||||
tests pass, write a [good, detailed commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) submit a pull request on GitHub.
|
||||
Loading…
Reference in a new issue