File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ following rules before you submit a pull request:
79
79
80
80
- Please prefix the title of your pull request with ` [MRG] ` (Ready for
81
81
Merge), if the contribution is complete and ready for a detailed review.
82
- Incomplete contributions should be prefixed ` [WIP] ` (to indicate a work
82
+ An incomplete contribution -- where you expect to do more work before
83
+ receiving a full review -- should be prefixed ` [WIP] ` (to indicate a work
83
84
in progress) and changed to ` [MRG] ` when it matures. WIPs may be useful
84
85
to: indicate you are working on something to avoid duplicated work,
85
86
request broad review of functionality or API, or seek collaborators.
Original file line number Diff line number Diff line change @@ -187,8 +187,9 @@ rules before submitting a pull request:
187
187
contribution is complete and should be subjected to a detailed review.
188
188
Two core developers will review your code and change the prefix of the pull
189
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).
190
+ for merging. An incomplete contribution -- where you expect to do more
191
+ work before receiving a full review -- should be prefixed ``[WIP] `` (to
192
+ indicate a work in progress) and changed to ``[MRG] `` when it matures.
192
193
WIPs may be useful to: indicate you are working on something to avoid
193
194
duplicated work, request broad review of functionality or API, or seek
194
195
collaborators. WIPs often benefit from the inclusion of a
You can’t perform that action at this time.
0 commit comments