Skip to content

Commit 4fe1a9a

Browse files
committed
Add detail about how to raise MCP concerns
1 parent 619e2f1 commit 4fe1a9a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/handlers/major_change.rs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,27 @@ async fn handle(
264264
procedural comments, such as volunteering to review, indicating that you \
265265
second the proposal (or third, etc), or raising a concern that you would \
266266
like to be addressed. \
267+
\n\n \
268+
Concerns or objections to the proposal should be discussed on Zulip and formally registered \
269+
here by adding a comment with the following syntax: \
270+
\n \
271+
``` \
272+
\n \
273+
@rustbot concern reason-for-concern \
274+
\n \
275+
<description of the concern> \
276+
\n \
277+
``` \
278+
\n \
279+
Concerns can be lifted with: \
280+
\n \
281+
``` \
282+
\n \
283+
@rustbot resolve reason-for-concern \
284+
\n \
285+
``` \
286+
\n\n \
287+
See documentation at [https://forge.rust-lang.org](https://forge.rust-lang.org/compiler/mcp.html#what-kinds-of-comments-should-go-on-the-tracking-issue-in-compiler-team-repo) \
267288
\n\n{} \
268289
\n\n[stream]: {}",
269290
config.open_extra_text.as_deref().unwrap_or_default(),

0 commit comments

Comments
 (0)