diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dea4c47..987e4b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ After you've created a branch on your fork with your changes, it's time to [make * Please make sure the API name does not end with `API`. *for e.g.*: ❌Gmail API ✔Gmail * Please make sure the API has proper documentation. * Please make sure you squash all commits together before opening a pull request. If your pull request requires changes upon review, please be sure to squash all additional commits as well. [This wiki page][squash-link] outlines the squash process. -* Target your Pull Request to the `master` branch of the `public-apis` +* Target your Pull Request to the `main` branch of the `public-apis` Once you’ve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes.