From 635e9c0959efb6433abd67e0fa6202eed892a27a Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Fri, 12 May 2017 23:04:29 -0700 Subject: [PATCH 1/2] GitHub PR is strongly preferred. Closes https://github.com/python/devguide/issues/195 --- pullrequest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pullrequest.rst b/pullrequest.rst index e2905878b8..019058ac56 100644 --- a/pullrequest.rst +++ b/pullrequest.rst @@ -174,7 +174,7 @@ Make a pull request on GitHub from your changes in ``MY_BRANCH_NAME``. .. note:: You can still upload a patch to bugs.python.org_, but the new pull request - workflow is preferred. + workflow is **strongly** preferred. Licensing From 68a927c921754feb70170d9492d432ff242bf671 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 12 May 2017 23:07:32 -0700 Subject: [PATCH 2/2] new -> GitHub --- pullrequest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pullrequest.rst b/pullrequest.rst index 019058ac56..0289970bf7 100644 --- a/pullrequest.rst +++ b/pullrequest.rst @@ -173,7 +173,7 @@ Then push your work to your clone on GitHub:: Make a pull request on GitHub from your changes in ``MY_BRANCH_NAME``. .. note:: - You can still upload a patch to bugs.python.org_, but the new pull request + You can still upload a patch to bugs.python.org_, but the GitHub pull request workflow is **strongly** preferred.