From ae0f93054af7fd65365fe41c71afb042ad8a9d42 Mon Sep 17 00:00:00 2001 From: Adhiraj Date: Sat, 2 Oct 2021 19:25:17 +0530 Subject: [PATCH] Updated CONTRIBUTING.md clarified the 100 characters limit on Descriptions. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42e6f46d..bdf2a1da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`