How to contribute to Chaos.
- Fork the repository: Fork Chaos
- Create your feature branch:
git checkout -b my-new-feature
- Make your changes.
- Follow these quality steps to ensure consistency:
- Update and run tests:
crystal spec -v --fail-fast
- Format your code:
crystal tool format
- Update the documentation:
crystal docs
- Update and run tests:
- Commit your changes:
git commit -am 'Add some feature'
- Push the branch:
git push origin my-new-feature
- Create a new Pull Request.