Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 646 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (18 loc) · 646 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 [email protected]:fastly/cli.git
  1. Create a feature branch.
  2. Write tests.
  3. Validate and prepare your change.
$ make all
  1. Add your changes to CHANGELOG.md in Commitizen style message
  2. Open a pull request against upstream main.
  3. Celebrate 🎉!