diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7b82e7025e04..cd52bc83e470 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -79,6 +79,10 @@ Commit messages and PR titles When adding or modifying a PEP, please always include the PEP number in the commit summary and pull request title. For example, ``PEP NNN: ``. +Likewise, prefix rendering infrastructure changes with ``Infra:``, +linting-related alterations with ``Lint:`` and other non-PEP meta changes, +such as updates to the Readme/Contributing Guide, issue/PR template, etc., +with ``Meta:``. Sign the CLA