From 8a8bde3f5411a69f3aab425bee973ef95315b583 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:44:14 +0200 Subject: [PATCH 1/2] Backport PR #24157: test only PR milestoning guidance --- doc/devel/coding_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/devel/coding_guide.rst b/doc/devel/coding_guide.rst index cddb13539444..b30e1dd95bab 100644 --- a/doc/devel/coding_guide.rst +++ b/doc/devel/coding_guide.rst @@ -136,11 +136,11 @@ Milestones * *New features and API changes* are milestoned for the next minor release ``v3.N.0``. - * *Bugfixes and docstring changes* are milestoned for the next patch - release ``v3.N.M`` + * *Bugfixes, tests for released code, and docstring changes* are milestoned + for the next patch release ``v3.N.M``. * *Documentation changes* (all .rst files and examples) are milestoned - ``v3.N-doc`` + ``v3.N-doc``. If multiple rules apply, choose the first matching from the above list. From eaec5f5e5a1ffc7c6ed33f14368e19847fb1240a Mon Sep 17 00:00:00 2001 From: hannah Date: Sun, 16 Oct 2022 15:00:44 -0400 Subject: [PATCH 2/2] Update coding_guide.rst fix doc build --- doc/devel/coding_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/coding_guide.rst b/doc/devel/coding_guide.rst index b30e1dd95bab..33062aa445f5 100644 --- a/doc/devel/coding_guide.rst +++ b/doc/devel/coding_guide.rst @@ -137,7 +137,7 @@ Milestones ``v3.N.0``. * *Bugfixes, tests for released code, and docstring changes* are milestoned - for the next patch release ``v3.N.M``. + for the next patch release ``v3.N.M``. * *Documentation changes* (all .rst files and examples) are milestoned ``v3.N-doc``.