Skip to content

Commit 26bf756

Browse files
Document that type-feature labels do not need to be paired with version labels (#1259)
1 parent bcd0c8a commit 26bf756

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

triage/labels.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ These labels are used to specify the type of issue:
2626
* :gh-label:`type-crash`: for hard crashes of the interpreter, possibly with a
2727
core dump.
2828
* :gh-label:`type-feature`: for feature requests or enhancements.
29+
Feature requests do not need :ref:`version labels <Version labels>`;
30+
it is implicit that features are added to the ``main`` branch only.
2931
The `Ideas Discourse category`_ can be used to discuss enhancements
3032
before filing an issue.
3133
* :gh-label:`type-security`: for security issues.
@@ -81,6 +83,8 @@ You can see the `full list of topic labels on GitHub
8183
<https://github.com/python/cpython/labels?q=topic>`_.
8284

8385

86+
.. _Version labels:
87+
8488
Version labels
8589
==============
8690

0 commit comments

Comments
 (0)