Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 530 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (17 loc) · 530 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/cli.git
  1. Create a feature branch.
  2. Write tests.
  3. Validate and prepare your change.
$ make all
  1. Open a pull request against upstream main.
  2. Celebrate 🎉!