|
| 1 | +## Inbox Tracking |
| 2 | + |
| 3 | +The [Inbox Query](https://github.com/flutter/flutter-intellij/issues?utf8=✓&q=is%3Aissue+is%3Aopen+no%3Amilestone) contains all the |
| 4 | + |
| 5 | +* open issues that |
| 6 | +* have no milestone assignment. |
| 7 | + |
| 8 | +The inbox tracker should do the following initial triage: |
| 9 | + |
| 10 | +* Is the issue invalid? Close it, with a brief explanation. |
| 11 | +* Is the issue a general question, like _"How can I make a blinking button?"_ Close it and redirect to [Stack Overflow](https://stackoverflow.com/tags/flutter) or [gitter](https://gitter.im/flutter/flutter); fodder for a redirecting response can be harvested from this [message](https://gist.github.com/pq/9c8293516b055b369e34e7410c52d2d8). |
| 12 | +* Is the issue better filed against Flutter or the Dart SDK? Move it using the GitHub [Issue Mover](https://github-issue-mover.appspot.com/). |
| 13 | +* Is the issue an obvious duplicate? Close it with a pointer to the duplicated issue. |
| 14 | +* Is this issue a bug? Add the `bug` label. |
| 15 | +* Is this issue a feature? Add the `enhancement` label. |
| 16 | +* Is the issue a `P0` or a `P1`? Assign the relevant label. |
| 17 | + * For P0s, let the team know and find an immediate owner. Fixes for P0s get patched into the current stable release. |
| 18 | + * For P1s, assign an owner and ping them. We'll plan to get fixes for P1s into the next stable release. |
| 19 | +* Milestone assignment: |
| 20 | + * For very high priority issues, assign to the current or upcoming milestones; these are ones you know people plan to work on imminently |
| 21 | + * For things that have a high likelihood of being triaged them into the next milestone during planning, assign to the 'On Deck' milestone |
| 22 | + * For things we're not willing to close, assign to the 'Backlog' milestone |
| 23 | +* Assign any relevant `topic-` labels, and |
| 24 | +* Edit the issue's title to best represent our new understanding of the issue; this will save time for every other person who needs to skim the issue titles in the future |
| 25 | + |
| 26 | +## PR Bots |
| 27 | +- if an issue with the `waiting for customer response` label is not responded to in 14 days, it's automatically closed with an appropriate message |
| 28 | +- to move an issue to another repo, add the comment: `/move to flutter` |
| 29 | + |
| 30 | +## flutter/flutter issues |
| 31 | + |
| 32 | +For issues that clearly belong in the flutter/flutter repo, please do very initial triaging (for example, report 'flutter doctor -v' output with your bug), remove any of our github labels, and move the issue to the flutter/flutter repo by adding the comment to the issue: `/move to flutter`. |
| 33 | + |
| 34 | +We don't have a process for monitoring or triaging IDE issue in the flutter/flutter repo, but likely should. Some candidate github searches: |
| 35 | + |
| 36 | +- https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22dev%3A+ide+-+jetbrains%22 |
| 37 | +- https://github.com/flutter/flutter/labels/dev%3A%20ide%20-%20vscode |
| 38 | + |
| 39 | +To move flutter/flutter issues to the flutter-intellij repo, add a comment to the issue: `/move to ide`. |
0 commit comments