From ee4675a1c00b78d39172f727166da0573303f602 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 9 Sep 2016 07:59:05 +0200 Subject: [PATCH] Link titles should be title cased. --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44799a4..83bd6af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,9 @@ Your contributions are always welcome! - Check the new item you want to add to the list is a [good candidate]((README.md#good-candidates). - Must follow this template: - `- [project-name](http://example.com/) - A short description.`. + `- [Link Title](https://example.com) - A short description.`. + - Link title must be [title-cased](http://titlecapitalization.com) (AP + style). - Keep descriptions concise, maximum number of characters is 350. - Description must ends with a period.