Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 558 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 558 Bytes

Contributing to gcp-config-connector-tagging-operator

Contributions are welcome ❤️

Development

Running E2E Tests

To run an E2E test, you will need to have GCP application default credentials setup locally. Then you can create a cluster using kind and run the tests:

kind create cluster
make test-e2e

Submitting Changes

Opening a PR

Follow these steps:

  1. Fork this repo
  2. Make desired changes
  3. Open pull request