From 4a45689298ee2fa4e0b3d2a0a036e50497a2117a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 30 Jan 2017 08:26:04 +0100 Subject: [PATCH] Rearrange a little the sections. --- CONTRIBUTING.rst | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 959d904..e9e62cf 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -52,20 +52,8 @@ When presenting Python code, use single-quoted strings (``'hello'`` instead of -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 -instead be directed to Stack Overflow. Make sure -that your question is tagged with the `python-stegano` tag when asking it on -Stack Overflow, to ensure that it is answered promptly and accurately. -You can search for questions with -`these tags `_. - - Good Bug Reports -================ +---------------- Please be aware of the following things when filing bug reports: @@ -102,3 +90,16 @@ Please be aware of the following things when filing bug reports: If you do not provide all of these things, it will take us much longer to fix your problem. If we ask you to clarify these and you never respond, we will close your issue without fixing it. + + + +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 +instead be directed to Stack Overflow. Make sure +that your question is tagged with the `python-stegano` tag when asking it on +Stack Overflow, to ensure that it is answered promptly and accurately. +You can search for questions with +`these tags `_.