Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 766 Bytes

File metadata and controls

27 lines (18 loc) · 766 Bytes

Contributing to workflow-plugin-gcp

This plugin is part of the GoCodeAlone/workflow ecosystem.

Before contributing

Read the upstream CONTRIBUTING.md for general conventions, signing, and review expectations.

Local development

git clone https://github.com/GoCodeAlone/workflow-plugin-gcp.git
cd workflow-plugin-gcp
GOWORK=off go build ./...
GOWORK=off go test ./...

Pull requests

  • 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.

Reporting issues

See the issue templates under .github/ISSUE_TEMPLATE/.