Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 651 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 651 Bytes

Contributing

  1. Fork the repository**.
  2. Create an upstream remote.
$ git remote add upstream git@github.com: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 🎉!

** Please also following the instructions for: Allowing changes to a pull request branch created from a fork