# Contributing Guidelines #### Any and all contributions are welcome at this stage - paritcularly with writing tests, documentation, and new features. ## How to contribute 1. Fork this repository and clone it onto your machine. ``` git clone https://github.com//stew.git ``` 1. Create a new branch and switch to it. ``` cd stew git checkout -b ``` 1. Make changes to the code on that branch and commit. 1. Push the commit to GitHub. ``` git push origin ``` 1. Make a pull request on GitHub.