-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Add a PR triage policy to the contributing guide. #1779
Conversation
CONTRIBUTING.md
Outdated
|
|
||
| ### The review process | ||
|
|
||
| Reviewing PRs often requires a non trivial amount of time, as our goal is to use maintainers' time in the most impactful way, we perform prioritization on issues and not on PRs. Issues pertaining to this repository are managed in the [flutter/flutter issue tracker and are labeled with "plugin"](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin+sort%3Areactions-%2B1-desc). Non trivial PRs should have an associated issue that will be used for prioritization. See the [prioritization section](https://github.com/flutter/flutter/wiki/Issue-hygiene#prioritization) in the Flutter wiki to understand how issues are prioritized. |
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.
nit: the "as our goal" bit doesn't quite follow. I'm not sure what the named prescriptivist rules are for this, but it's hard to parse and reads almost like a run on. I'd rephrase to break these up into distinct sentences. Something like below (only a suggestion):
Reviewing PRs often requires a non trivial amount of time. We prioritize issues, not PRs, so that we use our maintainers' time in the most impactful way.
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
collinjackson
left a comment
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.
lgtm
|
Ideally all of this would go to the wiki, as we have done for the engine and framework contributor docs. (Doesn't have to block this PR, though.) |
|
Filed flutter/flutter#35747 to move all contents from CONTRIUBTING.md to the wiki. Landing this for now. |
No description provided.