Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 850 Bytes

File metadata and controls

19 lines (17 loc) · 850 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. Run the linter and formatter make all.
    1. You may need to install golangci-lint if you don't have it installed
  4. Add your changes to CHANGELOG.md in Commitizen style message
  5. Open a pull request against upstream main.
    1. Once you have marked your PR as Ready for Review please do not force push to the branch
  6. Celebrate 🎉!