From 56566124e4c1cc2af70c2afb4672665e965551dc Mon Sep 17 00:00:00 2001 From: Urgau Date: Sat, 22 Mar 2025 17:58:56 +0100 Subject: [PATCH] Add procedure when "Extending the behavior of a stable flag" --- src/compiler/proposals-and-stabilization.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/compiler/proposals-and-stabilization.md b/src/compiler/proposals-and-stabilization.md index 946e5ece..55aff2ba 100644 --- a/src/compiler/proposals-and-stabilization.md +++ b/src/compiler/proposals-and-stabilization.md @@ -198,6 +198,11 @@ circumstance. - **Approve using:** FCP - Open a PR and follow the [stabilization guide][stabilization_guide]. The assigned reviewer will check that the stabilization guide has been followed, review the code and start an FCP +- Extending the behavior of a stable flag + - **Propose using:** MCP + - **Approve using:** Seconding + - Describe the rationale for extending the behavior of the flag. Once discussion has concluded, + a team member may second the proposal ### Attributes