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