Merge pull request #3748 from mhamdisemah/3696
Guide needs to mention setting github status #3696
This commit is contained in:
commit
09b17e1343
|
@ -223,7 +223,7 @@ To make it easier for your PR to receive reviews, consider the reviewers will ne
|
||||||
* break large changes into a logical series of smaller patches which individually make easily understandable changes, and in aggregate solve a broader issue
|
* break large changes into a logical series of smaller patches which individually make easily understandable changes, and in aggregate solve a broader issue
|
||||||
* label PRs with appropriate SIGs and reviewers: to do this read the messages the bot sends you to guide you through the PR process
|
* label PRs with appropriate SIGs and reviewers: to do this read the messages the bot sends you to guide you through the PR process
|
||||||
|
|
||||||
Reviewers, the people giving the review, are highly encouraged to revisit the [Code of Conduct](/code-of-conduct.md) and must go above and beyond to promote a collaborative, respectful community.
|
Reviewers, the people giving the review, are highly encouraged to revisit the [Code of Conduct](/code-of-conduct.md) as well as [community expectations](./community-expectations.md#expectations-of-reviewers-review-latency) and must go above and beyond to promote a collaborative, respectful community.
|
||||||
When reviewing PRs from others [The Gentle Art of Patch Review](http://sage.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/) suggests an iterative series of focuses which is designed to lead new contributors to positive collaboration without inundating them initially with nuances:
|
When reviewing PRs from others [The Gentle Art of Patch Review](http://sage.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/) suggests an iterative series of focuses which is designed to lead new contributors to positive collaboration without inundating them initially with nuances:
|
||||||
|
|
||||||
* Is the idea behind the contribution sound?
|
* Is the idea behind the contribution sound?
|
||||||
|
|
|
@ -54,6 +54,8 @@ to them. Reviewers are expected to respond to an *active* PRs with reasonable
|
||||||
latency, and if reviewers fail to respond, those PRs may be assigned to other
|
latency, and if reviewers fail to respond, those PRs may be assigned to other
|
||||||
reviewers.
|
reviewers.
|
||||||
|
|
||||||
|
If reviewers are unavailable to review for some time, they are expected to set their [user status](https://help.github.com/en/articles/personalizing-your-profile#setting-a-status) to "busy" so that the bot will not request reviews from them on new PRs automatically. If they are unavailable for a longer period of time, they are expected to remove themselves from the OWNERS file and potentially nominate someone else.
|
||||||
|
|
||||||
*Active* PRs are considered those which have a proper CLA (`cla:yes`) label
|
*Active* PRs are considered those which have a proper CLA (`cla:yes`) label
|
||||||
and do not need rebase to be merged. PRs that do not have a proper CLA, or
|
and do not need rebase to be merged. PRs that do not have a proper CLA, or
|
||||||
require a rebase are not considered active PRs.
|
require a rebase are not considered active PRs.
|
||||||
|
|
Loading…
Reference in New Issue