From f93d10999392df8e00f04a822465beb9fad8ce65 Mon Sep 17 00:00:00 2001 From: Shristi Baral Date: Tue, 12 Aug 2025 14:21:26 +0300 Subject: [PATCH 1/5] Changed Enhancement to new feature to address the issue #13372 --- doc/development/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development/contributing.rst b/doc/development/contributing.rst index f934160415f..0ef3b237d94 100644 --- a/doc/development/contributing.rst +++ b/doc/development/contributing.rst @@ -614,8 +614,8 @@ other For changes that don't fit into any of the above categories, e.g., internal refactorings. -For example, for an enhancement PR with number 12345, the changelog entry should be -added as a new file :file:`doc/changes/dev/12345.enhancement.rst`. The file should +For example, for a new feature PR with number 12345, the changelog entry should be +added as a new file :file:`doc/changes/dev/12345.newfeature.rst`. The file should contain: 1. A brief description of the change, typically in a single line of one or two From 1830a1223afdf92a4ee24a3c97b0b8db5f20d931 Mon Sep 17 00:00:00 2001 From: Shristi Baral Date: Tue, 12 Aug 2025 14:47:35 +0300 Subject: [PATCH 2/5] Added change log #13373 --- doc/changes/dev/13373.other.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/changes/dev/13373.other.rst diff --git a/doc/changes/dev/13373.other.rst b/doc/changes/dev/13373.other.rst new file mode 100644 index 00000000000..060ee514716 --- /dev/null +++ b/doc/changes/dev/13373.other.rst @@ -0,0 +1,2 @@ +Changed `Enhancement` to `newfeature` in line 617 of file 'contribution.rst' as Enhancement is not a recognized change type. +by `Shristi Baral` From b6dfe312c0c4545a3d2e85bc95e2a4d86f38481a Mon Sep 17 00:00:00 2001 From: Shristi Baral Date: Tue, 12 Aug 2025 15:03:42 +0300 Subject: [PATCH 3/5] Quotes updated #13373 --- doc/changes/dev/13373.other.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changes/dev/13373.other.rst b/doc/changes/dev/13373.other.rst index 060ee514716..912302ae20c 100644 --- a/doc/changes/dev/13373.other.rst +++ b/doc/changes/dev/13373.other.rst @@ -1,2 +1,2 @@ -Changed `Enhancement` to `newfeature` in line 617 of file 'contribution.rst' as Enhancement is not a recognized change type. -by `Shristi Baral` +Changed "Enhancement" to "newfeature" in line 617 of file 'contribution.rst' as Enhancement is not a recognized change type. +by `Shristi Baral`_ From 35d20ecf10a933b6612d5d87fdd27bdd22655b54 Mon Sep 17 00:00:00 2001 From: Shristi Baral Date: Wed, 13 Aug 2025 10:49:10 +0300 Subject: [PATCH 4/5] Update doc/changes/dev/13373.other.rst Co-authored-by: Marijn van Vliet --- doc/changes/dev/13373.other.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/changes/dev/13373.other.rst b/doc/changes/dev/13373.other.rst index 912302ae20c..66ee866897a 100644 --- a/doc/changes/dev/13373.other.rst +++ b/doc/changes/dev/13373.other.rst @@ -1,2 +1 @@ -Changed "Enhancement" to "newfeature" in line 617 of file 'contribution.rst' as Enhancement is not a recognized change type. -by `Shristi Baral`_ +Changed "Enhancement" to "newfeature" in the Contributing guide as Enhancement is not a recognized change type, by `Shristi Baral`_ From 8e5047f5c3389ca39386c9fe51c457a8ab60d85e Mon Sep 17 00:00:00 2001 From: Shristi Baral Date: Wed, 13 Aug 2025 11:14:58 +0300 Subject: [PATCH 5/5] Update doc/changes/dev/13373.other.rst Co-authored-by: Clemens Brunner --- doc/changes/dev/13373.other.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/dev/13373.other.rst b/doc/changes/dev/13373.other.rst index 66ee866897a..523b6df8fd1 100644 --- a/doc/changes/dev/13373.other.rst +++ b/doc/changes/dev/13373.other.rst @@ -1 +1 @@ -Changed "Enhancement" to "newfeature" in the Contributing guide as Enhancement is not a recognized change type, by `Shristi Baral`_ +Changed "enhancement" to "new feature" in the contributing guide as enhancement is not a recognized change type, by `Shristi Baral`_