Node: A new label "review wanted"?

Created on 7 Apr 2019  路  4Comments  路  Source: nodejs/node

I think it would be useful to have a "review wanted" label for PRs that are still looking for reviews. "author ready" is not an exact complement to this, since it can also be applied when there is only one review, but sometimes a PR may want more eyeballs before it lands. This may also be helpful for PRs that have gone in and out of progress due to technical issues or PRs that have been stalled for a while if they want some fresh reviews.

meta

Most helpful comment

I guess for most PRs, it goes like: add review wanted -> get approvals -> remove review wanted -> add author ready -> land

For PRs with a longer review cycle: add review wanted -> get reviews (change requests) -> remove review wanted and address reviews -> get approvals -> add author ready -> land.
(Also someone may add author ready early, then some change requests come in, and author ready may be removed until the reviews are addressed.)

For PRs that are trickier, the first review wanted would be add much later than normal PRs, but it helps to signal that this PR is now ready for review.

For PRs that stalled, the review wanted labeled may be added and removed several times during its life time before author ready (if it ever gets there).

All 4 comments

Having that label would be great!

great thought! can you please outline the life cycle events of the label? for example anyone including the owner attaches this label when they think this needs one or more reviews? and then detaches when owner or anyone who reviewed decides that the PR got enough reviews?

I guess for most PRs, it goes like: add review wanted -> get approvals -> remove review wanted -> add author ready -> land

For PRs with a longer review cycle: add review wanted -> get reviews (change requests) -> remove review wanted and address reviews -> get approvals -> add author ready -> land.
(Also someone may add author ready early, then some change requests come in, and author ready may be removed until the reviews are addressed.)

For PRs that are trickier, the first review wanted would be add much later than normal PRs, but it helps to signal that this PR is now ready for review.

For PRs that stalled, the review wanted labeled may be added and removed several times during its life time before author ready (if it ever gets there).

OK, I went ahead and created the label https://github.com/nodejs/node/labels/review%20wanted

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dfahlander picture dfahlander  路  3Comments

seishun picture seishun  路  3Comments

cong88 picture cong88  路  3Comments

danielstaleiny picture danielstaleiny  路  3Comments

stevenvachon picture stevenvachon  路  3Comments