8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cd8de commit 3354788Copy full SHA for 3354788
doc/devel/coding_guide.rst
@@ -136,11 +136,11 @@ Milestones
136
* *New features and API changes* are milestoned for the next minor release
137
``v3.N.0``.
138
139
- * *Bugfixes and docstring changes* are milestoned for the next patch
140
- release ``v3.N.M``
+ * *Bugfixes, tests for released code, and docstring changes* are milestoned
+ for the next patch release ``v3.N.M``.
141
142
* *Documentation changes* (all .rst files and examples) are milestoned
143
- ``v3.N-doc``
+ ``v3.N-doc``.
144
145
If multiple rules apply, choose the first matching from the above list.
146
0 commit comments