Skip to content

Commit 5e6548c

Browse files
Update getting-started/pull-request-lifecycle.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 099ddc5 commit 5e6548c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

getting-started/pull-request-lifecycle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ Reviewers want to be able to understand roughly what your pull request does
210210
before reading the changes.
211211

212212
The title should be a sentence or phrase in the imperative which says what the
213-
pull request does in short form. It should start with ``gh-NNNNNN:``, for pull
214-
requests which close open issues.
213+
pull request does in short form. Pull requests attached to issues should
214+
be linked by putting the issue number in the title (``gh-NNNNNN:``).
215215
For example, ``gh-12345: Fix bug when spam module is served with eggs``.
216216

217217
The pull request description field should be a detailed summary.

0 commit comments

Comments
 (0)