From ccaab457a192db854748c7352d9d2a89e36a6f26 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 24 Jun 2025 10:43:59 +0100 Subject: [PATCH 1/4] type-refactor --- triage/labels.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/triage/labels.rst b/triage/labels.rst index 8fd6f345e..987c3fec0 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -30,6 +30,7 @@ These labels are used to specify the type of issue: it is implicit that features are added to the ``main`` branch only. The `Ideas Discourse category`_ can be used to discuss enhancements before filing an issue. +* :gh-label:`type-refactor`: for internal code refactoring. * :gh-label:`type-security`: for security issues. See also `Reporting security issues in Python`_. From 64d8c239de279783fcd5e4f96aefa768e14d41ff Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:19:50 +0100 Subject: [PATCH 2/4] Elaborate --- triage/labels.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/triage/labels.rst b/triage/labels.rst index 987c3fec0..e2ab470ea 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -31,6 +31,7 @@ These labels are used to specify the type of issue: The `Ideas Discourse category`_ can be used to discuss enhancements before filing an issue. * :gh-label:`type-refactor`: for internal code refactoring. + Refactoring does not change user-facing behaviour. * :gh-label:`type-security`: for security issues. See also `Reporting security issues in Python`_. From 3041cc49a898dc34974e3c23be8d08ab54be175d Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:33:03 +0100 Subject: [PATCH 3/4] Lint --- triage/labels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triage/labels.rst b/triage/labels.rst index e2ab470ea..a5aca4800 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -31,7 +31,7 @@ These labels are used to specify the type of issue: The `Ideas Discourse category`_ can be used to discuss enhancements before filing an issue. * :gh-label:`type-refactor`: for internal code refactoring. - Refactoring does not change user-facing behaviour. + Refactoring does not change user-facing behaviour. * :gh-label:`type-security`: for security issues. See also `Reporting security issues in Python`_. From f028bdc665d1780e09b7a71a2dcf9252d5de25a0 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sat, 28 Jun 2025 15:41:42 +0100 Subject: [PATCH 4/4] Update triage/labels.rst Co-authored-by: Peter Bierma --- triage/labels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triage/labels.rst b/triage/labels.rst index a5aca4800..703160649 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -30,7 +30,7 @@ These labels are used to specify the type of issue: it is implicit that features are added to the ``main`` branch only. The `Ideas Discourse category`_ can be used to discuss enhancements before filing an issue. -* :gh-label:`type-refactor`: for internal code refactoring. +* :gh-label:`type-refactor`: for general code refactoring. Refactoring does not change user-facing behaviour. * :gh-label:`type-security`: for security issues. See also `Reporting security issues in Python`_.