You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TRIAGE.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ by applying [proper labels](#label-the-issue) and [assigning priority](#prioriti
27
27
Transfer any issues to the `flutter/devtools` repo that should be tracked on our own issue tracker, and close issues you
28
28
find that are obsolete.
29
29
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".
31
31
6. Look through the DevTools discord [channel](https://discord.com/channels/608014603317936148/958862085297672282) for any recent user
32
32
questions or concerns that require a response.
33
33
@@ -36,9 +36,11 @@ questions or concerns that require a response.
36
36
* Add labels for its proper category or categories ( “screen: inspector", “screen: network", “bug”, etc.)
37
37
* Add cost labels ("cost: low", "cost: medium", etc.) if you have a good idea of how much work it will
38
38
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.
0 commit comments