Bug reports and pull requests are welcome on GitHub at https://github.com/hashrocket/tilex.
To contribute to the project, please follow these steps:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make some changes with accompanying tests
- Ensure the entire test suite passes (
mix test
) - Stage the relevant changes (
git add --patch
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
All pull requests are evaluated for style using Credo. Run it to check your code, or leave us a note if the recommendation doesn't make sense:
$ mix credo
Adding a database migration? Ensure it can be rolled back with this command:
$ mix ecto.twiki