If you wish to contribute, please follow these steps:
- Fork this repository on GitHub.
- Create a new branch.
- Write your code.
- Write new tests.
- Run
foodcritic -f any . && rubocop . && kitchen test
. - If everythig is Ok, commit and create a pull request.
Thank you!