File tree 1 file changed +10
-2
lines changed 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,16 @@ patch:
51
51
On :ref:`most <mac-python.exe>` Mac OS X systems, replace :file:`./python`
52
52
with :file:`./python.exe`. On Windows, use :file:`python.bat`. With Python
53
53
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
56
64
57
65
58
66
Quick Links
You can’t perform that action at this time.
0 commit comments