git clone github.com/Meru143/dbdiff
cd dbdiff
go mod download
make test
make build- Follow Go standard conventions
- Run
make lintbefore committing - Add tests for new features
- Keep coverage above 20%
feat: add new commandfix: resolve bugdocs: update READMEtest: add testschore: update dependencies
- Fork the repo
- Create a feature branch
- Make changes and add tests
- Run
make testandmake lint - Push and create PR
- Wait for CI to pass