Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 503 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 503 Bytes

Contributing

  1. Fork the repository.
  2. Create an upstream remote.
$ git remote add upstream [email protected]:cancom/terraform-provider-cancom.git
  1. Create a feature branch.
  2. Make changes.
  3. Write tests.
  4. Use coventional commits.
  5. Validate your change via the steps documented in the README.
  6. Open a pull request against upstream main.
  7. Celebrate 🎉!