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