Skip to content

Contributing

This content is for v0.2.1. Switch to the latest version for up-to-date documentation.

See CONTRIBUTING.md at v0.2.1 in the public repository.

Prerequisites: Go 1.26.7 or newer. Branch from main as issue-<number>-<short-description>.

Terminal window
go build -o agoraform ./cmd/agoraform
gofmt -l .
go test ./...
go vet ./...

agoraform plan must never mutate provider resources. Do not commit credentials. Contributions are Apache License 2.0.