Thank you for your interest!
- Fork the repo and clone it.
- Run
go build -o ignoregrets .(orgo run .) from the repo root. - Run
ignoregrets init --hooksinside a test Git repository.
- Create a branch off
master. - Follow Go formatting (
go fmt ./...). - Run tests:
go test -race ./... - Add tests if relevant.
- Submit a pull request with a clear description.
Open an issue or start a discussion. We're happy to help!