So you want to contribute? Awesome! Welcome aboard!
- Fork and clone
- Install dependencies
- Hack, in no particular order:
- Write enough code
- Write tests for that code
- Check that other tests pass
- Repeat until you're satisfied
- Submit a pull request
First step is to fork it at http://help.github.com/fork-a-repo/ and create your own clone of mort.
Running the tests is as easy as:
make tests
You should see the results of running your tests after an instant.
Format code
make format