8000 Explain the requirements for converting bpo patch to GitHub (GH-236) · python/devguide@ae3bf1b · GitHub
[go: up one dir, main page]

Skip to content

Commit ae3bf1b

Browse files
authored
Explain the requirements for converting bpo patch to GitHub (GH-236)
- first ask the original author to do it - wait a week before converting a patch by another author - ensure both parties sign CLA - provide attribution to the original author Closes #195
1 parent 5ae2b57 comm
8000
it ae3bf1b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pullrequest.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,19 @@ The commits will be squashed when the pull request is merged.
259259

260260
.. _issue tracker: https://bugs.python.org
261261

262+
Converting an Existing Patch from the b.p.o to GitHub
263+
-----------------------------------------------------
264+
265+
When a patch exists in the `issue tracker`_ that should be converted into a
266+
GitHub pull request, please first ask the original patch author to prepare
267+
their own pull request. If the author does not respond after a week, it is
268+
acceptable for another contributor to prepare the pull request based on the
269+
existing patch. In this case, both parties should sign the :ref:`CLA <cla>`.
270+
When creating a pull request based on another person's patch, provide
271+
attribution to the original patch author by adding "Original patch by
272+
<author name>." to the pull request description and commit message.
273+
274+
See also :ref:`Applying a Patch from Mercurial to Git <git_from_mercurial>`.
262275

263276
Reviewing
264277
---------

0 commit comments

Comments
 (0)
0