- Fork the repo
- clone the repo locally
- build the application
go build molasses.go
- run the tests
go test -v .
- check out a new branch
git checkout -b <your_branch_name>
- Write your code and tests
- Open a pull request following our pull request template
- The pull request should meet these standards
- Code coverage remains at least as high as it was when you started.
- Add necessary documentation.
- Tests all pass.
- The dependencies remain up to date.
- Code will be reviewed before being merged. Code will not be reviewed until all checks pass
- Ensure the bug was not already reported by searching on GitHub under Issues.
- Follow the issue template