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/cli.git
- Create a feature branch.
- Write tests.
- Validate and prepare your change.
$ make all
- Open a pull request against
upstream main
. - Celebrate 🎉!