Thanks for helping improve watch-tower!
- Install Go 1.23+
go test ./...go vet ./...
- Fork and branch from
main. - Keep changes small and focused.
- Add/keep tests passing.
- Run
go fmt ./...before sending PRs.
- Use conventional commits when practical (e.g.,
feat:,fix:,chore:).
- Include steps to reproduce, expected vs actual behavior, and environment (OS, Go version).