From a65bce640f12f4e15085539151f64f0845dbad64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 30 Jan 2017 08:18:58 +0100 Subject: [PATCH] Fix titles in CONTRIBUTING.rst --- CONTRIBUTING.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d516ca4..5630a0a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,9 +1,11 @@ -# Contribution Guidelines +Contribution Guidelines +======================= Before opening proposing any pull requests (about code or documentation), please open an issue. -## Code Contributions +Code Contributions +------------------ When contributing code, you'll want to follow this checklist: @@ -20,7 +22,8 @@ When contributing code, you'll want to follow this checklist: GitHub Pull Requests are the expected method of code collaboration on this project. -### Code Style +Code Style +~~~~~~~~~~ Please try to respect the `PEP 8`_ code style. @@ -31,7 +34,8 @@ following additional notes. .. _PEP 8: http://pep8.org -## Documentation Contributions +Documentation Contributions +--------------------------- Documentation improvements are always welcome! The documentation files live in the ``docs/`` directory of the codebase. They're written in @@ -50,8 +54,8 @@ When presenting Python code, use single-quoted strings (``'hello'`` instead of - -# Questions +Questions +========= The GitHub issue tracker is for *bug reports* and *feature requests*. Please do not use it to ask questions about how to use Stegano. These questions should