Updated CONTRIBUTING.md

clarified the 100 characters limit on Descriptions.
This commit is contained in:
Adhiraj 2021-10-02 19:25:17 +05:30 committed by GitHub
parent 6b7d5d88c9
commit ae0f93054a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ After you've created a branch on your fork with your changes, it's time to [make
* Continue to follow the alphabetical ordering that is in place per section.
* Each table column should be padded with one space on either side.
* The Description should not exceed 100 characters.
* If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under `Social` since it is mainly a social network, even though it could also apply to `Photography`.
* Add one link per Pull Request.
* Make sure the PR title is in the format of `Add Api-name API` *for e.g.*: `Add Blockchain API`