This plugin is part of the GoCodeAlone/workflow ecosystem.
Read the upstream CONTRIBUTING.md for general conventions, signing, and review expectations.
git clone https://github.com/GoCodeAlone/workflow-plugin-gcp.git
cd workflow-plugin-gcp
GOWORK=off go build ./...
GOWORK=off go test ./...- One feature or bugfix per PR.
- Update CHANGELOG.md with a Keep-a-Changelog entry.
- Add tests covering new behavior.
- Run
GOWORK=off go vet ./...before pushing.
See the issue templates under .github/ISSUE_TEMPLATE/.