Skip to content

Commit

Permalink
Add detail about how to raise MCP concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
apiraino committed Nov 28, 2023
1 parent 619e2f1 commit 4fe1a9a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/handlers/major_change.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,27 @@ async fn handle(
procedural comments, such as volunteering to review, indicating that you \
second the proposal (or third, etc), or raising a concern that you would \
like to be addressed. \
\n\n \
Concerns or objections to the proposal should be discussed on Zulip and formally registered \
here by adding a comment with the following syntax: \
\n \
``` \
\n \
@rustbot concern reason-for-concern \
\n \
<description of the concern> \
\n \
``` \
\n \
Concerns can be lifted with: \
\n \
``` \
\n \
@rustbot resolve reason-for-concern \
\n \
``` \
\n\n \
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) \
\n\n{} \
\n\n[stream]: {}",
config.open_extra_text.as_deref().unwrap_or_default(),
Expand Down

0 comments on commit 4fe1a9a

Please sign in to comment.