瀏覽代碼

Merge pull request #739 from spastorino/remove-prioritization-steps2

Remove leftover templates from #738
Mark Rousskov 4 年之前
父節點
當前提交
ec03ad968b
共有 5 個文件被更改,包括 0 次插入158 次删除
  1. 0 27
      templates/final_review.tt
  2. 0 47
      templates/nominations.tt
  3. 0 25
      templates/prs_waiting_on_team.tt
  4. 0 30
      templates/regressions.tt
  5. 0 29
      templates/unpri_i_prioritize.tt

+ 0 - 27
templates/final_review.tt

@@ -1,27 +0,0 @@
-## Announcements
-
-- Check the compiler calendar to see if there's an outstanding event to announce.
-  - Add those to the agenda properly linking issues and documents.
-
-## Nominate issues
-
-Check how packed the agenda looks like and if there's room for more, consider the following ...
-
-- [All Stable-to-beta regressions](https://github.com/rust-lang/rust/labels/regression-from-stable-to-beta)
-  - Check if there are relevant issues that are worth raising awareness.
-  - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
-- [All Stable-to-nightly regressions](https://github.com/rust-lang/rust/labels/regression-from-stable-to-nightly)
-  - Check if there are relevant issues that are worth raising awareness.
-  - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
-- [P-high issues](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AT-compiler+label%3AP-high+)
-  - [unassigned](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AT-compiler+label%3AP-high+no%3Aassignee)
-
-## Toolstate
-
-- Check [toolstate](https://rust-lang-nursery.github.io/rust-toolstate/) for outstanding tool breakage.
-  - Notify teams in the corresponding channels
-
-## Performance regressions
-
-- Check [perf regressions](http://perf.rust-lang.org/index.html).
-  - Notify involved actors.

+ 0 - 47
templates/nominations.tt

@@ -1,47 +0,0 @@
-{% import "_issues_with_meta.tt" as issues %}
-
-## Stable nominations
-
-- [All stable nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted)
-    - Add T-compiler, libs-impl or T-rustdoc tag when it corresponds.
-    - Do a sanity check on them.
-
-### Issues
-
-{{-issues::render(issues=nominations_stable_nominated, empty="There are no stable nominations this time.")}}
-
-## Beta nominations
-
-- [All beta nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted)
-    - Add T-compiler, libs-impl or T-rustdoc tag when it corresponds.
-    - Do a sanity check on them.
-
-### Issues
-
-{{-issues::render(issues=nominations_beta_nominated, empty="There are no beta nominations this time.")}}
-
-## I-nominated
-
-1. [All I-nominated](https://github.com/rust-lang/rust/labels/I-nominated)
-    - Add T-compiler or libs-impl tag when it corresponds.
-    - Do a sanity check on them.
-
-### Issues
-
-{{-issues::render(issues=nominations_i_nominated, empty="There are no I-nominated issues this time.")}}
-
-2. [I-nominated T-compiler](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AI-nominated+label%3AT-compiler)
-    - Remove leftovers from last meeting.
-    - Do a sanity check on them.
-
-### Issues
-
-{{-issues::render(issues=nominations_i_nominated_t_compiler, empty="There are no I-nominated issues for T-compiler this time.")}}
-
-3. [I-nominated libs-impl](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AI-nominated+label%3Alibs-impl)
-    - Remove leftovers from last meeting.
-    - Do a sanity check on them.
-
-### Issues
-
-{{-issues::render(issues=nominations_i_nominated_libs_impl, empty="There are no I-nominated issues for libs-impl this time.")}}

+ 0 - 25
templates/prs_waiting_on_team.tt

@@ -1,25 +0,0 @@
-{% import "_issues_with_meta.tt" as issues %}
-
-## PR's waiting for on team
-
-1. [All PR's waiting on team](https://github.com/rust-lang/rust/labels/S-waiting-on-team)
-    - Add T-compiler or libs-impl tag when it corresponds.
-    - Do a sanity check on them.
-
-### Issues
-
-{{-issues::render(issues=prs_waiting_on_team_all, empty="There are no PR's waiting on team this time.")}}
-
-2. [PR's waiting on T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-team+label%3AT-compiler)
-    - Explicitly nominate any that you think may be able to be resolved *quickly* in triage meeting.
-
-### Issues
-
-{{-issues::render(issues=prs_waiting_on_team_t_compiler, empty="There are no PR's waiting on T-compiler this time.")}}
-
-3. [PR's waiting on libs-impl](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-team+label%3Alibs-impl)
-    - Explicitly nominate any that you think may be able to be resolved *quickly* in triage meeting.
-
-### Issues
-
-{{-issues::render(issues=prs_waiting_on_team_libs_impl, empty="There are no PR's waiting on libs-impl this time.")}}

+ 0 - 30
templates/regressions.tt

@@ -1,30 +0,0 @@
-{% import "_issues_with_meta.tt" as issues %}
-
-## Regressions
-
-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-libs+-label%3AT-release+-label%3AT-rustdoc)
-    - Prioritize.
-    - 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).
-    - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
-
-### Issues
-
-{{-issues::render(issues=regressions_stable_to_beta, empty="There are no stable to beta regressions this time.")}}
-
-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-libs+-label%3AT-release+-label%3AT-rustdoc)
-- Prioritize.
-    - 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).
-    - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
-
-### Issues
-
-{{-issues::render(issues=regressions_stable_to_nightly, empty="There are no stable to nightly regressions this time.")}}
-
-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-libs+-label%3AT-release+-label%3AT-rustdoc)
-    - Prioritize (once we have this under control).
-    - 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).
-    - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
-
-### Issues
-
-{{-issues::render(issues=regressions_stable_to_stable, empty="There are no stable to stable regressions this time.")}}

+ 0 - 29
templates/unpri_i_prioritize.tt

@@ -1,29 +0,0 @@
-{% import "_issues_with_meta.tt" as issues %}
-
-## Unprioritized I-prioritize
-
-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)
-    - Add T-compiler or libs-impl tag when it corresponds.
-    - Do a sanity check on them.
-
-### Issues
-
-{{-issues::render(issues=unpri_i_prioritize_all, empty="There are no unprioritized I-prioritize issues this time.")}}
-
-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)
-    - Prioritize issues and remove nomination of the ones not worth discussing.
-    - Tag regressions accordingly.
-    - 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).
-
-### Issues
-
-{{-issues::render(issues=unpri_i_prioritize_t_compiler, empty="There are no unprioritized I-prioritize issues for T-compiler this time.")}}
-
-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)
-    - Prioritize issues and remove nomination of the ones not worth discussing.
-    - Tag regressions accordingly.
-    - 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).
-
-### Issues
-
-{{-issues::render(issues=unpri_i_prioritize_libs_impl, empty="There are no unprioritized I-prioritize issues for libs-impl this time.")}}