# Contribution Guideline

## Making a contribution

1. Fork the repo if you do not have write access
2. Clone the remote (fork) from GitHub
3. Create a branch named `<yourgithubusername>/<yourfeature>`
4. Make one or more atomic commits
5. Make sure the tests pass locally
6. Create a pull-request on GitHub
