-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review policy changes #790
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @workingjubilee. Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I left some minor wording feedback.
- If the change is intended for another team, roll a reviewer from the relevant | ||
team. | ||
team (with `r? @rust-lang/<team-name>`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: probably not this form, because if you are a project member who has ping permissions it will ping the entire team. This should probably still use the triagebot adhoc_groups names I think.
complicated. It is expected from contributors to split their work as much as | ||
(reasonably) possible. Smaller, ideally self-contained bites make a review | ||
feasable. In general, before submitting large impact changes, it is expected the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: slightly adjust the wording here, maybe something like "a patch series of more digestible PRs which are individually more logically self-contained".
My thinking here is that micro PRs for the sake of small PRs isn't always good either. Could also recommend PR author discuss how to split the large change with the team as well. Sometimes it might take different reviewers who are specialized/experts in different areas to review a subset of individual PRs in the patch series.
Co-authored-by: 许杰友 Jieyou Xu (Joe) <[email protected]>
Follow-up to #553 for a second round of comments/fixes/improvements.
I applied a few minor cosmetic changes and some wording (feel free to improve how it flows)