Update CONTRIBUTING.md

This commit is contained in:
Marcel Cruz 2022-07-10 10:41:26 +02:00 committed by GitHub
parent 6aab058a06
commit c110a46ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 youve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes.