From cfb7a319a95a9e0bbdb0865a0bf5f507dbfbd4b1 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 10 Dec 2016 12:07:45 +0100 Subject: [PATCH] Add note on sections to contributing guide --- CONTRIBUTING.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7086b12a..834fa61b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -71,6 +71,17 @@ Documentation This is a sentence. This is another sentence. +- If you start a new section, add two blank lines before and one blank line after the header: + + .. code-block:: rst + + Last line of previous section. + + + Header of New Section + ^^^^^^^^^^^^^^^^^^^^^ + + First line of new section. - If you add a new feature, demonstrate its awesomeness in the `examples page`_! - If your change is noteworthy, add an entry to the changelog_. Use present tense, `semantic newlines`_, and add a link to your pull request: