8000 devcycle: Clarify doc & test changes in Beta & RC (GH-676) · python/devguide@dab2cd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit dab2cd5

Browse files
authored
devcycle: Clarify doc & test changes in Beta & RC (GH-676)
1 parent 5292861 commit dab2cd5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

devcycle.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ Beta
185185
----
186186

187187
After a first beta release is published, no new features are accepted. Only
188-
bug fixes can now be committed. This is when core developers should concentrate
189-
on the task of fixing regressions and other new issues filed by users who have
190-
downloaded the alpha and beta releases.
188+
bug fixes and improvements to documentation and tests can now be committed.
189+
This is when core developers should concentrate on the task of fixing
190+
regressions and other new issues filed by users who have downloaded the alpha
191+
and beta releases.
191192

192193
Being in beta can be viewed much like being in RC_ but without the extra
193194
overhead of needing commit reviews.
@@ -207,6 +208,10 @@ severe enough (e.g. crashes) that they deserve fixing before the final release.
207208
All other issues should be deferred to the next development cycle, since
208209
stability is the strongest concern at this point.
209210

211+
While the goal is to have no code changes between a RC and a final release,
212+
there may be a need for final documentation or test fixes. Any such proposed
213+
changes should be discussed first with the release manager.
214+
210215
You **cannot** skip the peer review during an RC, no matter how small! Even if
211216
it is a simple copy-and-paste change, **everything** requires peer review from
212217
a core developer.

0 commit comments

Comments
 (0)
0