regressions.tt 1.7 KB

12345678910111213141516171819202122232425262728
  1. ## Regressions
  2. 1. [Beta regressions without P-label](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-beta+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-release)
  3. - Prioritize.
  4. - Ping appropriate people and/or [ICE-breakers](https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html#tagging-an-issue-for-an-ice-breaker-group).
  5. - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
  6. ### Issues
  7. {regressions.stable_to_beta}
  8. 2. [Nightly regressions without P-label](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-nightly+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-release)
  9. - Prioritize.
  10. - Ping appropriate people and/or [ICE-breakers](https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html#tagging-an-issue-for-an-ice-breaker-group).
  11. - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
  12. ### Issues
  13. {regressions.stable_to_nightly}
  14. 3. [Stable regressions without P-label](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-stable+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-release)
  15. - Prioritize (once we have this under control).
  16. - Ping appropriate people and/or [ICE-breakers](https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html#tagging-an-issue-for-an-ice-breaker-group).
  17. - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
  18. ### Issues
  19. {regressions.stable_to_stable}