From 2fd2f5f79d1bc450532c86500db7ca4d5052f52e Mon Sep 17 00:00:00 2001 From: An Phan Date: Mon, 23 Feb 2015 20:31:25 +0800 Subject: [PATCH] Asks to use title case for headers --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eaa2c40..7a6ae44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,7 @@ - Put your snippets into corresponding sections. - Put the snippet names into the [Table of Contents](README.md#table-of-contents) and link them using relative URLs. - Use `###` headers for your snippets. +- Use [Title Case](https://en.wikipedia.org/wiki/Letter_case#Title_case) for headers. - Add some note/description if applicable. People will thank you for that. - Be grateful. Indicate a source using this format `[Source](link)` if applicable. - For Apache-related examples, wrap your commands in a `apacheconf` code block.