Skip to content

Commit ae9a85f

Browse files
committed
Update CONTIRBUTING.md file with removing API string from the API name.
1 parent af80241 commit ae9a85f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ After you've created a branch on your fork with your changes, it's time to [make
5252
* Use a short descriptive commit message. *for e.g.*: ❌`Update Readme.md``Add Blockchain API to Cryptocurrency`
5353
* Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate.
5454
* Don't mention the TLD(Top Level Domain) in the name of the API. *for e.g.*: ❌Gmail.com ✔Gmail
55+
* Please make sure the API name does not end with `API`. *for e.g.*: ❌Gmail API ✔Gmail
5556
* Please make sure the API has proper documentation.
5657
* 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.
5758
* Target your Pull Request to the `master` branch of the `public-apis`
@@ -80,7 +81,7 @@ If so, add more commits to your branch and push them – they will automatically
8081

8182
Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, **please ensure that the build has passed**. If the build did not pass, please view the Travis CI log and correct any errors that were found in your contribution.
8283

83-
*Thanks for being a part of this project, and we look forward to hearing from you soon!*
84+
*Thanks for being a part of this project, and we look forward to hearing from you soon!*
8485

8586
[branch-link]: <http://guides.github.com/introduction/flow/>
8687
[clone-link]: <https://help.github.com/articles/cloning-a-repository/>

0 commit comments

Comments
 (0)