- Fork the repository and clone your fork.
- Create a branch for your change.
- Keep commits focused and scoped to one change.
go test ./...go build -o gitrot ./cmd/gitrotgo test ./...passes.go build -o gitrot ./cmd/gitrotsucceeds.- PR description includes purpose and technical summary.