Thank you for your interest in contributing! Full contributor documentation is at triptechtravel.github.io/clickup-cli/contributing.
git clone https://github.com/triptechtravel/clickup-cli.git
cd clickup-cli
go build -o clickup ./cmd/clickup
go test ./...
go vet ./...Requires Go 1.25 or later.
- Fork the repository and create your branch from
main - Make your changes and add tests for new functionality
- Run
go test ./...andgo vet ./... - Submit a pull request with a clear description
Releases use GoReleaser via GitHub Actions:
- Tag the release:
git tag v0.x.0 - Push the tag:
git push origin v0.x.0 - GitHub Actions builds and publishes binaries
- Update the Homebrew formula in
triptechtravel/homebrew-tap
By contributing, you agree that your contributions will be licensed under the MIT License.