Mention partial PRs in the contributing docs (#157863)

Adds a small new subsection to the section on contributing via coding that highlights the list of issues with partial patches that could be picked up by another contributor.
This commit is contained in:
stuartmorgan 2024-10-30 08:23:21 -07:00 committed by GitHub
parent fe71cadf19
commit d3723857de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,6 +148,14 @@ are generally excited about improving the Dart & Flutter developer experience.
Please see the DevTools [CONTRIBUTING.md](https://github.com/flutter/devtools/blob/master/CONTRIBUTING.md) Please see the DevTools [CONTRIBUTING.md](https://github.com/flutter/devtools/blob/master/CONTRIBUTING.md)
guide to get started. guide to get started.
### Helping with existing PRs
Once you've learned the process of contributing, if you aren't sure what to work on next you
might be interested in helping other developers complete their contributions by picking up an
incomplete patch from the list of [issues with partial patches][has-partial-patch].
[has-partial-patch]: https://github.com/flutter/flutter/labels/has%20partial%20patch
Outreach Outreach
-------- --------