8000 devcycle: Clarify doc & test changes in Beta & RC by encukou · Pull Request #676 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

devcycle: Clarify doc & test changes in Beta & RC #676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update devcycle.rst
  • Loading branch information
encukou authored Apr 21, 2021
commit 7d39b1c409e16ce990be5251aa4a8b55613294c2
9 changes: 6 additions & 3 deletions devcycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,12 @@ Release Candidate (RC)
A branch preparing for an RC release can only have bugfixes applied that have
been reviewed by other core developers. Generally, these issues must be
severe enough (e.g. crashes) that they deserve fixing before the final release.
All other issues (including documentation and test changes) should be deferred
to the next development cycle, since stability is the strongest concern at this
point.
All other issues should be deferred to the next development cycle, since
stability is the strongest concern at this point.

While the goal is to have no code changes between a RC and a final release,
there may be a need for final documentation or test fixes. Any such proposed
changes should be discussed first with the release manager.

You **cannot** skip the peer review during an RC, no matter how small! Even if
it is a simple copy-and-paste change, **everything** requires peer review from
Expand Down
0