10000 Quick Start section: clarify issue creation (#109) · python/devguide@590ca01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 590ca01

Browse files
Mariattancoghlan
authored andcommitted
Quick Start section: clarify issue creation (#109)
Clarify that small typo fixes do not need issues. Otherwise, other pull requests should be associated with an issue from bpo.
1 parent 8aca8b6 commit 590ca01

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,16 @@ patch:
5151
On :ref:`most <mac-python.exe>` Mac OS X systems, replace :file:`./python`
5252
with :file:`./python.exe`. On Windows, use :file:`python.bat`. With Python
5353
2.7, replace ``test`` with ``test.regrtest``.
54-
5. Make a :doc:`pull request <pullrequest>`.
55-
6. Create an issue on the `issue tracker`_ if one does not already exist.
54+
55+
5. Work on an issue from the `issue tracker`_. If an issue does not already
56+
exist, please create it. Trivial issues, like small typo fixes, do not
57+
require any issue to be created.
58+
59+
6. Make a :doc:`pull request <pullrequest>`.
60+
Include ``bpo-NNNN`` in the pull request description, where ``NNNN`` is the
61+
issue number from the `issue tracker`_. For example::
62+
63+
bpo-12345: Fix some bug in spam module
5664

5765

5866
Quick Links

0 commit comments

Comments
 (0)
0