Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1btW1k-0002nS-A1 for pgadmin-hackers@arkaria.postgresql.org; Mon, 10 Oct 2016 08:33:40 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1btW1j-0001OZ-Sv for pgadmin-hackers@arkaria.postgresql.org; Mon, 10 Oct 2016 08:33:39 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1btW1j-0001OT-CZ for pgadmin-hackers@postgresql.org; Mon, 10 Oct 2016 08:33:39 +0000 Received: from mail-it0-x231.google.com ([2607:f8b0:4001:c0b::231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1btW1g-0001dj-7u for pgadmin-hackers@postgresql.org; Mon, 10 Oct 2016 08:33:38 +0000 Received: by mail-it0-x231.google.com with SMTP id k64so11444825itb.0 for ; Mon, 10 Oct 2016 01:33:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=RjAsTjmTI8zmFWnr3o5Sofqz4eh5W6hTJyE+Py4g65Y=; b=Fn3KRVGGSh/pl93d1uDDTfb5wzsMmYqm9BRFRS258BtezKqGZ174dT1+H1KYckISJ6 Meg+3huxaIcyAuZPxupt0EeUgjCJjOtUtux/E5J+F0Yr97IwxScRBPEGRTM6FtukVMxy vTD1xxfQIxTM/MJluZNp81cgexwLtRdx7A0XC2MT1ar6p5diMaH5gy+Nh7TRONbtWoSW QikKZAJxiNcCzpFagl80uHOXAYf2L6r7u+myUeRFxPnISseqD3rAhSfkLoyW1xWrs207 1G7gfFgFIso6oyFYg5WOBxIT8PDCBH7+XfcNxcO+T+GokUw2cVQw0B0ud9uKHH5QaqdG eZ9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=RjAsTjmTI8zmFWnr3o5Sofqz4eh5W6hTJyE+Py4g65Y=; b=N4LruQVJjOWqUJrpbHUtA+Ce8kVg2BwVbLiWa5331jRk8QBgtvS8vneF310SurSkVV PziH25jFGodgyxFxJJBABKrnfuza8NGsYj2Tb0d8vL5jzGGTe1TDqP8uRdRtzsA5lMgU aKlg8C9stuupakYxeldg34iRlFqWo6zOuEIOBEFVtJeiiu6Dqk3t7/SCBTKv3z+MQyMk qFxNVWpLhA33f44CVdq1dXWY9NaOhXRVznzuSTMcL94yDz8u6zt8PNtYuSaR2OAyIckL K+bqdie5+X0Ovrq5euXXRmeil9i9Cdu33JIC1hfWvGrD0H0kpDbi3FYw8oF/3bnzrjMm K2Zg== X-Gm-Message-State: AA6/9RmffMMTa77ATOCkmYFCmCCoDBwm5YqlxdFDDCArz8aNk0aBefgD4wHCu2AMIqTJXeFiGsP2SFqUpJB13A== X-Received: by 10.36.33.18 with SMTP id e18mr9913607ita.113.1476088415019; Mon, 10 Oct 2016 01:33:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.146.135 with HTTP; Mon, 10 Oct 2016 01:33:34 -0700 (PDT) In-Reply-To: <1476016037-17290-1-git-send-email-aklhfex@gmail.com> References: <1476016037-17290-1-git-send-email-aklhfex@gmail.com> From: Dave Page Date: Mon, 10 Oct 2016 09:33:34 +0100 Message-ID: Subject: Re: [PATCH 1/2] Fix link to code_review in submitting_patches.rst To: Chris Mayo Cc: "pgadmin-hackers@postgresql.org" Content-Type: multipart/alternative; boundary=001a11475068a27634053e7e9d8a X-Pg-Spam-Score: -2.6 (--) 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 --001a11475068a27634053e7e9d8a Content-Type: text/plain; charset=UTF-8 Thanks, patch applied. BTW, please send any future patches as attachments rather than inline, as I had to apply this manually as it got munged in the email body. Thanks! On Sunday, October 9, 2016, Chris Mayo wrote: > Signed-off-by: Chris Mayo > > --- > docs/en_US/submitting_patches.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/en_US/submitting_patches.rst b/docs/en_US/submitting_ > patches.rst > index b4bbebe..9f8ab42 100644 > --- a/docs/en_US/submitting_patches.rst > +++ b/docs/en_US/submitting_patches.rst > @@ -29,7 +29,7 @@ might run:: > 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 > +: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 >`. > Please ensure you > include a full description of what the patch does, as well as the > rationale for > -- > 2.7.3 > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org > ) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a11475068a27634053e7e9d8a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks, patch applied.

BTW, please send any future patch= es as attachments rather than inline, as I had to apply this manually as it= got munged in the email body.

Thanks!

On S= unday, October 9, 2016, Chris Mayo <aklhfex@gmail.com> wrote:
Signed-= off-by: Chris Mayo <aklhfex@gmail.com>
---
=C2=A0docs/en_US/submitting_patches.rst | 2 +-
=C2=A01 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en_US/submitting_patches.rst b/docs/en_US/submitting= _patches.rst
index b4bbebe..9f8ab42 100644
--- a/docs/en_US/submitting_patches.rst
+++ b/docs/en_US/submitting_patches.rst
@@ -29,7 +29,7 @@ might run::
=C2=A0to create a patch between your development branch and the public mast= er branch.

=C2=A0Once 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
+:doc:`coding_standards`, and review it against the :doc:`code_review` to m= inimise
=C2=A0the chances of it being rejected. Once you're happy with your wor= k, mail it to the
=C2=A0`mailing list <mailto:pgadmin-hacker= s@postgresql.org>`. Please ensure you
=C2=A0include a full description of what the patch does, as well as the rat= ionale for
--
2.7.3



--
Sent via pgadmin-hackers mailing list (pgadmi= n-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twit= ter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Post= greSQL Company

--001a11475068a27634053e7e9d8a--