Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1012 Bytes

File metadata and controls

35 lines (24 loc) · 1012 Bytes

Contributing

We're happy to receive feature requests and PRs. If your change is nontrivial, please open an issue to discuss the idea and implementation strategy before submitting a PR.

  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. Review the documentation guide to ensure that you have properly documented your changes.

  6. Open a pull request against upstream main. Note: once you have marked your PR as Ready for Review you should avoid 'force pushing' to the branch unless a reviewer asks you to do so.

  7. Add an entry in CHANGELOG.md in the UNRELEASED section under the appropriate heading with a link to the PR.

  8. Celebrate 🎉!