@@ -183,17 +183,16 @@ upcoming meeting (creating it if it does not already exist):
183183``` text
184184Hello @*T-compiler/meeting*, triage meeting in about 2h.
185185Pre-triage done in #**t-compiler/prioritization/alerts**.
186- Meeting agenda [on HackMD](https://hackmd.io/link_to_hackmd_agenda )
186+ Meeting agenda [on HackMD](https://hackmd.io/aaabbbccc123456 )
187187```
188188
189189It is always recommended to re-run the generator and copy any new details over to the agenda as
190190issue statuses on GitHub may have changed.
191191
192192After the meeting, there are a few closing tasks:
193193
194- - Lock the agenda on HackMD assigning write permissions to ` Owners ` . Download the Markdown file and
195- commit the agenda as minutes to the ` compiler-team ` repository.
196- - Remove the ` to-announce ` label from [ MCPs] [ mcps ] , unless this label was added exactly during
194+ - Lock the agenda on HackMD assigning write permissions to ` Owners ` .
195+ - Remove the ` to-announce ` label from [ MCPs] , unless this label was added exactly during
197196 the meeting (and therefore will be seen during the following meeting).
198197- Remove ` to-announce ` FCPs from [ ` rust-lang/rust ` ] [ rust_announce ] , [ ` compiler-team ` ] [ team_announce ]
199198 and the [ forge] [ forge_announce ] . Same disclaimer as before regarding changes during the meeting.
@@ -206,16 +205,15 @@ After the meeting, there are a few closing tasks:
206205 - To decline a backport, simply remove ` {beta,stable}-nominated ` label. Add a comment on Github
207206 explaining why the backport was declined and link the Zulip discussion.
208207- Remove [ ` I-compiler-nominated ` ] [ compiler_nominated ] label from issues that were discussed.
209- Sometimes not all nominated issues are discussed (because of time constraints). In this example,
210- the ` I-compiler-nominated ` will stick until next meeting. Create a new agenda stub for the
211- following.
208+ Sometimes not all nominated issues are discussed (because of time constraints) and can slip to the
209+ next meeting.
212210
213211[ beta_nominated ] : https://github.com/rust-lang/rust/issues?q=is%3Apr+label%3Abeta-nominated+-label%3Abeta-accepted
214212[ stable_nominated ] : https://github.com/rust-lang/rust/issues?q=is%3Apr+label%3Astable-nominated+-label%3Astable-accepted
215- [ rust_announce ] : https://github.com/rust-lang/rust/issues?q=label%3Afinished-final-comment-period+label% 3Ato-announce
216- [ team_announce ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Afinished-final-comment-period+label% 3Ato-announce
217- [ forge_announce ] : https://github.com/rust-lang/rust-forge/issues?q=label%3Afinished-final-comment-period+label% 3Ato-announce
213+ [ rust_announce ] : https://github.com/rust-lang/rust/issues?q=label%3Afinished-final-comment-period%20label% 3Ato-announce%20is%3Aissue
214+ [ team_announce ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Afinished-final-comment-period%20label% 3Ato-announce%20is%3Aissue
215+ [ forge_announce ] : https://github.com/rust-lang/rust-forge/issues?q=label%3Afinished-final-comment-period%20label% 3Ato-announce%20is%3Aissue
218216[ fcps ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change+label%3Ato-announce
219- [ mcps ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change+label% 3Ato-announce
217+ [ mcps ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20label% 3Ato-announce%20is%3Aissue
220218[ release_backports ] : ../release/backporting.md
221219[ compiler_nominated ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-compiler-nominated+label%3AT-compiler
0 commit comments