Skip to content

Commit 8b92522

Browse files
authored
Merge pull request #897 from jieyouxu/adjust-mcp-message
2 parents db6eddc + 6356c6f commit 8b92522

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/major_change.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ assignees: ''
1717

1818
# Mentors or Reviewers
1919

20-
*If you have a reviewer or mentor in mind for this work, mention them
21-
here. You can put your own name here if you are planning to mentor the
22-
work.*
20+
*If you have a reviewer or mentor in mind for this work, mention them here. You can put your own name here if you are planning to mentor the work.*
2321

2422
# Process
2523

2624
The main points of the [Major Change Process][MCP] are as follows:
2725

2826
* [x] File an issue describing the proposal.
29-
* [ ] A compiler team member or contributor who is knowledgeable in the area can **second** by writing `@rustbot second`.
30-
* Finding a "second" suffices for internal changes. If however, you are proposing a new public-facing feature, such as a `-C flag`, then full team check-off is required.
31-
* Compiler team members can initiate a check-off via `@rfcbot fcp merge` on either the MCP or the PR.
32-
* [ ] Once an MCP is seconded, the Final Comment Period begins. If no objections are raised after 10 days, the MCP is considered **approved**.
27+
* [ ] A compiler team member who is knowledgeable in the area can **second** by writing `@rustbot second` or kickoff a team FCP with `@rfcbot fcp $RESOLUTION`.
28+
* Refer to [Proposals, Approvals and Stabilization](https://forge.rust-lang.org/compiler/proposals-and-stabilization.html) docs for when a second is sufficient, or when a full team FCP is required.
29+
* [ ] Once an MCP is seconded, the **Final Comment Period** begins.
30+
* Final Comment Period lasts for 10 days after all outstanding concerns are solved.
31+
* Outstanding concerns will block the Final Comment Period from finishing. Once all concerns are resolved, the 10 day countdown is restarted.
32+
* If no concerns are raised after 10 days since the resolution of the last outstanding concern, the MCP is considered **approved**.
3333

3434
You can read [more about Major Change Proposals on forge][MCP].
3535

0 commit comments

Comments
 (0)