@@ -441,27 +441,36 @@ Some examples of likely triage priorities:
441
441
* P0
442
442
* Broken links, widespread
443
443
* Uncaught exceptions, widespread
444
- * Incorrect linkage, widespread
444
+ * Incorrect linkage outside of comment references , widespread
445
445
* 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
446
448
447
449
* P1
448
450
* Broken links, few or on edge cases
449
451
* 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
451
454
* Incorrect doc contents, widespread or with high impact
452
455
* Minor display warts not significantly impeding navigation, widespread
453
456
* 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
456
460
* 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
457
463
458
464
* P2
459
465
* Incorrect doc contents, not widespread
466
+ * Incorrect linkage in comment references, not widespread
460
467
* 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
462
470
* Default-on warnings that are misleading or wrong, few or on edge cases
463
471
* 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
465
474
* User performance problem (e.g. page load, search), not widespread
466
475
* Generation performance problem, widespread
467
476
@@ -472,7 +481,6 @@ Some examples of likely triage priorities:
472
481
* Enhancements whose importance is uncertain
473
482
* Generation performance problem, limited impact or not widespread
474
483
475
-
476
484
## License
477
485
478
486
Please see the [ dartdoc license] [ ] .
0 commit comments