Skip to content

Commit a9445c9

Browse files
committed
minor #5219 Fix contradicting merging policy rules (lscholten)
This PR was merged into the 2.3 branch. Discussion ---------- Fix contradicting merging policy rules | Q | A | ------------------ | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | #5148 I've removed "a few minutes for typos or minor changes" from the first rule, fixing the contradiction and the redundancy. I've also reordered the rules to remove "regardless of the number of votes" from the minor change rule. Commits ------- da57e09 Fix contradicting merge policy rules
2 parents 4b04a37 + da57e09 commit a9445c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contributing/code/core_team.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@ Pull Request Merging Policy
117117

118118
A pull request **can be merged** if:
119119

120-
* Enough time was given for peer reviews (a few minutes for typos or minor
121-
changes, at least 2 days for "regular" pull requests, and 4 days for pull
122-
requests with "a significant impact");
120+
* It is a minor change [1]_;
123121

124-
* It is a minor change [1]_, regardless of the number of votes;
122+
* Enough time was given for peer reviews (at least 2 days for "regular"
123+
pull requests, and 4 days for pull requests with "a significant impact");
125124

126125
* At least the component's **Merger** or two other Core members voted ``+1``
127126
and no Core member voted ``-1``.

0 commit comments

Comments
 (0)