unpri_i_prioritize.tt 1.7 KB

1234567891011121314151617181920212223242526272829
  1. {% import "_issues_with_meta.tt" as issues %}
  2. ## Unprioritized I-prioritize
  3. 1. [All unprioritized I-prioritize](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize)
  4. - Add T-compiler or libs-impl tag when it corresponds.
  5. - Do a sanity check on them.
  6. ### Issues
  7. {{-issues::render(issues=unpri_i_prioritize_all, empty="There are no unprioritized I-prioritize issues this time.")}}
  8. 2. [T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-compiler+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize)
  9. - Prioritize issues and remove nomination of the ones not worth discussing.
  10. - Tag regressions accordingly.
  11. - 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).
  12. ### Issues
  13. {{-issues::render(issues=unpri_i_prioritize_t_compiler, empty="There are no unprioritized I-prioritize issues for T-compiler this time.")}}
  14. 3. [libs-impl](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3Alibs-impl+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize)
  15. - Prioritize issues and remove nomination of the ones not worth discussing.
  16. - Tag regressions accordingly.
  17. - 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).
  18. ### Issues
  19. {{-issues::render(issues=unpri_i_prioritize_libs_impl, empty="There are no unprioritized I-prioritize issues for libs-impl this time.")}}