Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 586 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 586 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/go-fastly.git
  1. Create a feature branch.
  2. Make changes.
  3. Write tests.
  4. Validate your change via the steps documented in the README.
  5. Open a pull request against upstream main.
  6. Celebrate 🎉!