Contribution Guidelines
December 20, 2015 ยท View on GitHub
Steps
- Fork the repo
- Make sure everything is working:
mix test - Create your feature branch (
git checkout -b my-new-feature) - Make your changes
- Test your changes
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a Pull Request
Notes
When contributing, please make sure to update the CHANGELOG.md when you submit your pull request.