Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 499 Bytes

File metadata and controls

21 lines (15 loc) · 499 Bytes

Contributing to watch-tower

Thanks for helping improve watch-tower!

Getting started

  • Install Go 1.23+
  • go test ./...
  • go vet ./...

Workflow

  • Fork and branch from main.
  • Keep changes small and focused.
  • Add/keep tests passing.
  • Run go fmt ./... before sending PRs.

Commit style

  • Use conventional commits when practical (e.g., feat:, fix:, chore:).

Reporting issues

  • Include steps to reproduce, expected vs actual behavior, and environment (OS, Go version).