- 
                Notifications
    
You must be signed in to change notification settings  - Fork 330
 
Triaging
        Devon Carew edited this page May 19, 2017 
        ·
        10 revisions
      
    The Inbox Query contains all the
- open issues that
 - have no owner and
 - have no milestone assignment.
 
The inbox tracker should do the following initial triage:
- Is the issue invalid? Close it, with a brief explanation.
 - Is the issue a general question, like "How can I make a blinking button?" Close it and redirect to Stack Overflow or gitter; fodder for a redirecting response can be harvested from this message.
 - Is the issue better filed against Flutter or the Dart SDK? Move it using the GitHub Issue Mover.
 - Is the issue an obvious duplicate? Close it with a pointer to the duplicated issue.
 - Is this issue a bug?  Add the 
buglabel. - Is this issue a feature?  Add the 
enhancementlabel. - Is the issue a 
P0or aP1? Assign the relevant label.- For P0s, let the team know and find an immediate owner. Fixes for P0s get patched into the current stable release.
 - For P1s, assign an owner and ping them. We'll plan to get fixes for P1s into the next stable release.
 
 - Assign any relevant 
topic-labels.