From ba32243fa05bb2123adfcf54e59e23ab0fb1755c Mon Sep 17 00:00:00 2001 From: aemous Date: Fri, 2 May 2025 13:05:01 -0400 Subject: [PATCH 1/3] Update new-change script enhancement description. --- scripts/new-change | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/new-change b/scripts/new-change index 8b4905147318..b68ceebb68ad 100755 --- a/scripts/new-change +++ b/scripts/new-change @@ -57,7 +57,8 @@ TEMPLATE = """\ # feature: A larger feature or change in behavior, usually resulting in a # minor version bump. # bugfix: Fixing a bug in an existing code path. -# enhancement: Small change to an underlying implementation detail. +# enhancement: An added small feature, or small change to an underlying + implementation detail. # api-change: Changes to a modeled API. type: {change_type} From 6ca4eed9210667ded9f855de4b515372503efb9b Mon Sep 17 00:00:00 2001 From: Ahmed Moustafa <35640105+aemous@users.noreply.github.com> Date: Fri, 2 May 2025 15:00:05 -0400 Subject: [PATCH 2/3] Update scripts/new-change based on feedback Co-authored-by: Kenneth Daily --- scripts/new-change | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/new-change b/scripts/new-change index b68ceebb68ad..74e13762f24a 100755 --- a/scripts/new-change +++ b/scripts/new-change @@ -57,7 +57,7 @@ TEMPLATE = """\ # feature: A larger feature or change in behavior, usually resulting in a # minor version bump. # bugfix: Fixing a bug in an existing code path. -# enhancement: An added small feature, or small change to an underlying +# enhancement: Adding a small feature or a change to an underlying implementation detail. # api-change: Changes to a modeled API. type: {change_type} From 0febf61ca1f46777d17cb0e419316eb5654db239 Mon Sep 17 00:00:00 2001 From: Ahmed Moustafa <35640105+aemous@users.noreply.github.com> Date: Fri, 23 May 2025 14:27:53 -0400 Subject: [PATCH 3/3] Update scripts/new-change Co-authored-by: Nate Prewitt --- scripts/new-change | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/new-change b/scripts/new-change index 74e13762f24a..40d1f9673b4b 100755 --- a/scripts/new-change +++ b/scripts/new-change @@ -57,7 +57,7 @@ TEMPLATE = """\ # feature: A larger feature or change in behavior, usually resulting in a # minor version bump. # bugfix: Fixing a bug in an existing code path. -# enhancement: Adding a small feature or a change to an underlying +# enhancement: An incremental improvement or a change to an underlying implementation detail. # api-change: Changes to a modeled API. type: {change_type}