Thank you for taking the time to contribute!
You can also see notes on how to setup a development environment at DEVELOPERS.md.
Create pull requests to the master branch.
$ lein test
If possible provide:
- Code that fixes the bug
- Failing tests which pass with the new changes
- Improvements to documentation to make it less likely that others will run into issues (if relevant).
If possible provide:
- Code that implements the new feature
- Tests to cover the new feature including all of the code paths
- Docstrings for functions
- Documentation examples