Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 528 Bytes

File metadata and controls

21 lines (14 loc) · 528 Bytes

Contributing to ignoregrets

Thank you for your interest!

Getting Started

  1. Fork the repo and clone it.
  2. Run go build -o ignoregrets . (or go run .) from the repo root.
  3. Run ignoregrets init --hooks inside a test Git repository.

Submitting Changes

  • 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.

Questions?

Open an issue or start a discussion. We're happy to help!