Skip to content

Commit 3f199ea

Browse files
authored
Merge pull request numpy#30986 from jeffreyksmithjr/doc/pr-title-prefix-convention
DOC: note that PR titles should use the commit message prefix convention
2 parents 8f8bbcb + b3ec84b commit 3f199ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/source/dev/development_workflow.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ function, add a release note to the ``doc/release/upcoming_changes/``
269269
directory, following the instructions and format in the
270270
``doc/release/upcoming_changes/README.rst`` file.
271271

272+
Use the same prefix convention for your pull request title as for commit
273+
messages (e.g., ``BUG:``, ``ENH:``, ``DOC:``). This enables automated labeling
274+
of your PR.
275+
272276

273277
.. _workflow_PR_timeline:
274278

0 commit comments

Comments
 (0)