From f61b14e6e551c4a6dc152d8aa5808e2cf9a364e2 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 15 Apr 2023 15:10:53 +0300 Subject: [PATCH 1/4] Rename expert labels to topic labels --- triage/labels.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/triage/labels.rst b/triage/labels.rst index 4b2e6b40ee..1ff12b6b8a 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -54,9 +54,10 @@ These labels are mostly used to specify which :ref:`part of the codebase (written in Python) and other changes related to tests, :mod:`unittest`, or :mod:`doctest`. +.. _Expert labels: -Expert labels -============= +Topic labels +============ These labels are used to specify the area of expertise required to address the issue/PR. This includes both specific modules/packages and generic @@ -66,8 +67,8 @@ Adding these labels is also a way to notify the relevant experts, since they are encouraged to subscribe to them. Depending on the label, this might also automatically add the issue to a GitHub project. -You can see the `full list of expert labels on GitHub -`_. +You can see the `full list of topic labels on GitHub +`_. OS labels From 47c11b09958b83b7c794971e1fad7eebe826efa6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 15 Apr 2023 15:14:58 +0300 Subject: [PATCH 2/4] Alphabetise sections --- triage/labels.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/triage/labels.rst b/triage/labels.rst index 1ff12b6b8a..d681d41595 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -54,6 +54,15 @@ These labels are mostly used to specify which :ref:`part of the codebase (written in Python) and other changes related to tests, :mod:`unittest`, or :mod:`doctest`. +OS labels +========= + +These labels are used to specify which operating systems are affected. +Since most issues either affect all systems or are specific to Unix, +the only available labels are :gh-label:`OS-windows`, :gh-label:`OS-mac`, +and :gh-label:`OS-freebsd`. + + .. _Expert labels: Topic labels @@ -71,15 +80,6 @@ You can see the `full list of topic labels on GitHub `_. -OS labels -========= - -These labels are used to specify which operating systems are affected. -Since most issues either affect all systems or are specific to Unix, -the only available labels are :gh-label:`OS-windows`, :gh-label:`OS-mac`, -and :gh-label:`OS-freebsd`. - - Version labels ============== From f660b489f0850f6428745cc4d843be8d072ab008 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 15 Apr 2023 23:22:29 +0300 Subject: [PATCH 3/4] Update wording Co-authored-by: C.A.M. Gerlach --- triage/labels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triage/labels.rst b/triage/labels.rst index d681d41595..07d28f1d3d 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -68,7 +68,7 @@ and :gh-label:`OS-freebsd`. Topic labels ============ -These labels are used to specify the area of expertise required to address +These labels are used to denote the specific topic area, if any, of the issue/PR. This includes both specific modules/packages and generic interest areas. From 40fd1fa51d6cd050e836bcc17420db2eac574274 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 16 Apr 2023 22:30:08 -0600 Subject: [PATCH 4/4] Add reST target for 'Topic labels' --- triage/labels.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/triage/labels.rst b/triage/labels.rst index 07d28f1d3d..89637509eb 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -64,6 +64,7 @@ and :gh-label:`OS-freebsd`. .. _Expert labels: +.. _Topic labels: Topic labels ============