@@ -441,27 +441,36 @@ Some examples of likely triage priorities:
441441* P0
442442 * Broken links, widespread
443443 * Uncaught exceptions, widespread
444- * Incorrect linkage, widespread
444+ * Incorrect linkage outside of comment references , widespread
445445 * Very ugly or navigation impaired generated pages, widespread
446+ * Generation errors for high priority users (Flutter, Pub, Fuchsia, Dart),
447+ widespread and/or blocking critical teams
446448
447449* P1
448450 * Broken links, few or on edge cases
449451 * Uncaught exceptions, very rare or with simple workarounds
450- * Incorrect linkage, few or on edge cases
452+ * Incorrect linkage outside of comment references, few or on edge cases
453+ * Incorrect linkage in comment references, widespread or with high impact
451454 * Incorrect doc contents, widespread or with high impact
452455 * Minor display warts not significantly impeding navigation, widespread
453456 * Default-on warnings that are misleading or wrong, widespread
454- * Generation problems that should be detected but aren't warned, widespread
455- * Enhancements that have significant data around them indicating they are a big win
457+ * Generation errors that should be detected but aren't warned, widespread
458+ * Enhancements that have significant data around them indicating they are a
459+ big win
456460 * User performance problem (e.g. page load, search), widespread
461+ * Generation errors for high priority users (Flutter, Pub, Fuchsia, Dart),
462+ not widespread or blocking critical teams
457463
458464* P2
459465 * Incorrect doc contents, not widespread
466+ * Incorrect linkage in comment references, not widespread
460467 * Minor display warts not significantly impeding navigation, not widespread
461- * Generation problems that should be detected but aren't warned, not widespread
468+ * Generation problems that should be detected but aren't warned, not
469+ widespread
462470 * Default-on warnings that are misleading or wrong, few or on edge cases
463471 * Non-default warnings that are misleading or wrong, widespread
464- * Enhancements considered important but without significant data indicating they are a big win
472+ * Enhancements considered important but without significant data indicating
473+ they are a big win
465474 * User performance problem (e.g. page load, search), not widespread
466475 * Generation performance problem, widespread
467476
@@ -472,7 +481,6 @@ Some examples of likely triage priorities:
472481 * Enhancements whose importance is uncertain
473482 * Generation performance problem, limited impact or not widespread
474483
475-
476484## License
477485
478486Please see the [ dartdoc license] [ ] .
0 commit comments