Skip to content

Commit f87f7b0

Browse files
committed
Update TRIAGE and CONTRIBUTING docs
1 parent 4f6a8e8 commit f87f7b0

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ not want to merge `upstream/master` or update your Flutter SDK version, instead
154154
If the version of DCM used on the bots is outdated, consider contributing a
155155
PR to update the version on the bots to the latest.
156156

157+
## Companion app
158+
159+
For most DevTools features, we recommend using the [DevTools companion
160+
app](https://github.com/flutter/demos/tree/main/devexp_demos/devtools_companion)
161+
as the example Flutter app to connect to when working on DevTools.
162+
157163
## Running and debugging DevTools
158164

159165
Please see [DEBUGGING.md]() for guidance on running and debugging DevTools.

TRIAGE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ by applying [proper labels](#label-the-issue) and [assigning priority](#prioriti
2727
Transfer any issues to the `flutter/devtools` repo that should be tracked on our own issue tracker, and close issues you
2828
find that are obsolete.
2929
4. Try to reproduce any issues with the [reproduce to verify](https://github.com/flutter/devtools/labels/reproduce%20to%20verify) label.
30-
5. Spend at least 20 minutes [cleaning up the issue backlog](#clean-up-the-issue-backlog).
30+
5. Spend at least 20 minutes [cleaning up the issue backlog](#clean-up-the-issue-backlog) and/or labeling backlog issues with "contributions welcome" or "good first issue".
3131
6. Look through the DevTools discord [channel](https://discord.com/channels/608014603317936148/958862085297672282) for any recent user
3232
questions or concerns that require a response.
3333

@@ -36,9 +36,11 @@ questions or concerns that require a response.
3636
* Add labels for its proper category or categories ( “screen: inspector", “screen: network", “bug”, etc.)
3737
* Add cost labels ("cost: low", "cost: medium", etc.) if you have a good idea of how much work it will
3838
take to resolve this issue. Leave the cost label off if you do not know.
39-
* Add label “waiting for customer response” if you requested more details from reporter
40-
* Add label “fix it friday” if the issue should be fixed and looks easy to fix
41-
* Add label "good first issue" if the issue looks like an easy starter bug for a new contributor
39+
* Add label "waiting for customer response" if you requested more details from reporter.
40+
* Add label "contributions welcome" for issues that can be tackled by the community.*
41+
* Add label "good first issue" if the issue looks like an easy starter bug for a new contributor.*
42+
43+
> [*] In our contribution guidelines we suggest that contributors use the "contributions welcome" and "good first issue" labels to find issues to work on. Therefore, it is important to keep these lists well-populated.
4244
4345
### Prioritize the issue
4446

0 commit comments

Comments
 (0)