From ed0c364281e4f995c3986d2dd3b7528f1b9b5094 Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Fri, 14 Feb 2025 21:32:45 +0100 Subject: [PATCH] Remove the Comments section in the MCP template It is replaced by rustbot important message which does the same thing in a more visible and *hopefully* more effective manner, cf. https://github.com/rust-lang/triagebot/pull/1902 --- .github/ISSUE_TEMPLATE/major_change.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/major_change.md b/.github/ISSUE_TEMPLATE/major_change.md index c83afb68..2914a0f4 100644 --- a/.github/ISSUE_TEMPLATE/major_change.md +++ b/.github/ISSUE_TEMPLATE/major_change.md @@ -34,7 +34,3 @@ The main points of the [Major Change Process][MCP] are as follows: You can read [more about Major Change Proposals on forge][MCP]. [MCP]: https://forge.rust-lang.org/compiler/mcp.html - -# Comments - -**This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave 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.**