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