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

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 name does not end with `API`. *for e.g.*: ❌Gmail API ✔Gmail
* Please make sure the API has proper documentation. * 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. * 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. Once youve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes.