From 3354788fc447cfc9d7eec812175fa9ae3853794a Mon Sep 17 00:00:00 2001 From: hannah Date: Thu, 13 Oct 2022 16:02:12 -0400 Subject: [PATCH] milestones test guidance Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Co-authored-by: Elliott Sales de Andrade --- 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 83cd15aaf848..1cd7b7eadc62 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.