You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/major_change.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,19 @@ assignees: ''
17
17
18
18
# Mentors or Reviewers
19
19
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.*
23
21
24
22
# Process
25
23
26
24
The main points of the [Major Change Process][MCP] are as follows:
27
25
28
26
*[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**.
33
33
34
34
You can read [more about Major Change Proposals on forge][MCP].
0 commit comments