Skip to content

Commit 6356c6f

Browse files
committed
Update MCP issue template
1 parent 53fe697 commit 6356c6f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE/major_change.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ assignees: ''
2424
The main points of the [Major Change Process][MCP] are as follows:
2525

2626
* [x] File an issue describing the proposal.
27-
* [ ] A compiler team member or contributor who is knowledgeable in the area can **second** by writing `@rustbot second`.
28-
* 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.
29-
* Compiler team members can initiate a check-off via `@rfcbot fcp merge` on either the MCP or the PR.
30-
* [ ] 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**.
3133

3234
You can read [more about Major Change Proposals on forge][MCP].
3335

0 commit comments

Comments
 (0)