Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 766 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 766 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. Add an entry in CHANGELOG.md in the UNRELEASED section under the appropriate heading with a link to the PR.
  7. Celebrate 🎉!

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