github.com/fastly/go-fastly/v6@v6.8.0/CONTRIBUTING.md (about)

     1  # Contributing
     2  
     3  We're happy to receive feature requests and PRs. If your change is nontrivial,
     4  please open an [issue](https://github.com/fastly/go-fastly/issues/new) to discuss the
     5  idea and implementation strategy before submitting a PR.
     6  
     7  1. Fork the repository.
     8  1. Create an `upstream` remote.
     9  ```bash
    10  $ git remote add upstream git@github.com:fastly/go-fastly.git
    11  ```
    12  1. Create a feature branch.
    13  1. Make changes.
    14  1. Write tests.
    15  1. Validate your change via the steps documented [in the README](./README.md#testing).
    16  1. Open a pull request against `upstream main`.
    17  1. Celebrate :tada:!