Bug reports and pull requests are welcome on GitHub at https://github.com/hashrocket/tilex.
To open a new issue, visit our Github Issues page.
To open a pull request, 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 a new Pull Request 🎉
All pull requests are checked for style using the Elixir autoformatter and Credo. Run both to confirm that your code will pass:
$ mix format
$ mix credo
Adding a database migration? Ensure it can be rolled back with this command:
$ mix ecto.twiki