Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1btfVW-0007Uc-3u for pgadmin-hackers@arkaria.postgresql.org; Mon, 10 Oct 2016 18:41:02 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1btfVV-0003WN-Dc for pgadmin-hackers@arkaria.postgresql.org; Mon, 10 Oct 2016 18:41:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1btfVI-0003I2-At for pgadmin-hackers@postgresql.org; Mon, 10 Oct 2016 18:40:48 +0000 Received: from avasout07.plus.net ([84.93.230.235]) by magus.postgresql.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1btfVF-00060j-WC for pgadmin-hackers@postgresql.org; Mon, 10 Oct 2016 18:40:47 +0000 Received: from mailserver ([209.93.23.155]) by avasout07 with smtp id tugj1t0023LmHjl01ugkTq; Mon, 10 Oct 2016 19:40:44 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.2 cv=TLMHcBta c=1 sm=1 tr=0 a=7ivAtEIsJqNZ4j2I5/Y7iQ==:117 a=7ivAtEIsJqNZ4j2I5/Y7iQ==:17 a=r77TgQKjGQsHNAKrUKIA:9 a=pGLkceISAAAA:8 a=eSk8pk2Xd1N8xCUgkSAA:9 a=QEXdDO2ut3YA:10 a=kFxodZw0frsA:10 a=TWHyw64VDDEA:10 a=epTmVMiNAAAA:8 a=ZiHjoAdyFyN1Wc9ru-IA:9 a=CdiWusdWvyIA:10 a=6kGIvZw6iX1k4Y-7sg4_:22 a=ndEWmUVY6Yapc0oHF_P4:22 From: Chris Mayo To: pgadmin-hackers@postgresql.org Subject: [PATCH] Document that a patch should be submitted to the list as an attachment Date: Mon, 10 Oct 2016 19:40:42 +0100 Message-Id: <1476124842-31390-1-git-send-email-aklhfex@gmail.com> X-Mailer: git-send-email 2.7.3 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.7.3" X-Pg-Spam-Score: -1.1 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org This is a multi-part message in MIME format. --------------2.7.3 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit Signed-off-by: Chris Mayo --- docs/en_US/submitting_patches.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --------------2.7.3 Content-Type: text/x-patch; name="0001-Document-that-a-patch-should-be-submitted-to-the-lis.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-Document-that-a-patch-should-be-submitted-to-the-lis.patch" diff --git a/docs/en_US/submitting_patches.rst b/docs/en_US/submitting_patches.rst index c077551..4ac878d 100644 --- a/docs/en_US/submitting_patches.rst +++ b/docs/en_US/submitting_patches.rst @@ -30,7 +30,7 @@ to create a patch between your development branch and the public master branch. Once you have your patch, check it thoroughly to ensure it meets the pgAdmin :doc:`coding_standards`, and review it against the :doc:`code_review` to minimise -the chances of it being rejected. Once you're happy with your work, mail it to the -mailing list pgadmin-hackers@postgresql.org. Please ensure you include a full -description of what the patch does, as well as the rationale for any important -design decisions. +the chances of it being rejected. Once you're happy with your work, mail it +as an attachment to the mailing list pgadmin-hackers@postgresql.org. +Please ensure you include a full description of what the patch does, +as well as the rationale for any important design decisions. --------------2.7.3 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers --------------2.7.3--