Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 589 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 589 Bytes

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/<my_account>/stew.git
    
  2. Create a new branch and switch to it.

    cd stew
    git checkout -b <new_branch_name>
    
  3. Make changes to the code on that branch and commit.

  4. Push the commit to GitHub.

    git push origin <new_branch_name>
    
  5. Make a pull request on GitHub.