View Source Contribution Guidelines
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') - If needed please squash commits.
- Push to the branch (
git push origin my-new-feature) - Create a Pull Request