Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 532 Bytes

File metadata and controls

19 lines (15 loc) · 532 Bytes

Contributing

Thanks for helping improve tasker! This project values small, focused changes and clear communication.

Getting Started

  • Build: go build -o tasker ./cmd/tasker
  • Run tests: go test ./...
  • Use gofmt for Go code formatting.

Changes

  • Keep PRs small and focused.
  • Include a short rationale and example CLI output for behavior changes.
  • Update docs when you change CLI flags, output, or storage format.

Reporting Issues

Include:

  • OS and Go version
  • The command you ran
  • Actual vs expected output