From e4b415249a354e61eab9954165d360e1b7394880 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Mon, 14 Apr 2014 19:51:06 +0100 Subject: [PATCH] Update contributing guide to fit new organization --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d049a8..49f87d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,8 +8,8 @@ ## Styling -- Use `##` headers for your sections. -- Also use `##` for categories (these should group together relevant sections) and `###` for subcategories. +- Use `###` headers for your sections. +- Also use `###` for categories (these should group together relevant sections) and `####` for subcategories. - Add a link to your section/category to the contents section (use relative links). - Make sure to include examples wherever possible (preferably GIFs). - For command-line examples, wrap your commands in a `bash` code block. Ask [@rafalchmiel](https://github.com/rafalchmiel) or [@tiimgreen](https://github.com/tiimgreen) to take a screenshot (so that it is consistent with the rest) of the output if it has color, etc.