Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 379 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 379 Bytes

Contributing

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