Files
uptop/CONTRIBUTING.md
T
lerko 5862a46b00
CI / test (pull_request) Successful in 4m19s
CI / lint (pull_request) Successful in 1m6s
chore: rename project from go-upkeep to uptop
Module path now gitea.lerkolabs.com/lerko/uptop.
Binary moves to cmd/uptop. All imports, display strings,
CI config, and docs updated.
2026-05-24 19:40:37 -04:00

485 B

Contributing

Development

go run cmd/uptop/main.go -demo  # starts with sample data
ssh -p 23234 localhost              # connect to TUI

Tests

go test ./...              # unit tests
go test -race ./...        # race detector
golangci-lint run ./...    # linting

Pull Requests

  • Branch from main, PR back to main
  • Conventional Commits for messages (feat:, fix:, chore:)
  • Tests must pass, linter must be clean
  • One logical change per PR