File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -185,11 +185,13 @@ rules before submitting a pull request:
185
185
186
186
* Please prefix the title of your pull request with ``[MRG] `` if the
187
187
contribution is complete and should be subjected to a detailed review.
188
- Incomplete contributions should be prefixed ``[WIP] `` to indicate a work
189
- in progress (and changed to ``[MRG] `` when it matures). WIPs may be useful
190
- to: indicate you are working on something to avoid duplicated work,
191
- request broad review of functionality or API, or seek collaborators.
192
- WIPs often benefit from the inclusion of a
188
+ Two core developers will review your code and change the prefix of the pull
189
+ request to ``[MRG + 1] `` and ``[MRG + 2] `` on approval, making it eligible
190
+ for merging. Incomplete contributions should be prefixed ``[WIP] `` to
191
+ indicate a work in progress (and changed to ``[MRG] `` when it matures).
192
+ WIPs may be useful to: indicate you are working on something to avoid
193
+ duplicated work, request broad review of functionality or API, or seek
194
+ collaborators. WIPs often benefit from the inclusion of a
193
195
`task list
194
196
<https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments> `_
195
197
in the PR description.
You can’t perform that action at this time.
0 commit comments