Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 467 Bytes

File metadata and controls

20 lines (13 loc) · 467 Bytes

Contributing to ignoregrets

Thank you for your interest!

Getting Started

  1. Fork the repo and clone it.
  2. Run go build ./... and ./ignoregrets init --hooks.
  3. Use go run . or build binaries via build.ps1.

Submitting Changes

  • Create a branch off main.
  • Follow Go formatting (go fmt ./...).
  • 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!