From 4922eaafdc2a578d93262ce3359592c62c70f8b0 Mon Sep 17 00:00:00 2001 From: Cynthia J Date: Mon, 11 Aug 2025 20:00:08 -0700 Subject: [PATCH] Update CONTRIBUTING.md to add API change rule --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42966ab70514..625ea20e24c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -267,6 +267,8 @@ Newly opened PRs first go through initial triage which results in one of: - **Starting a non trivial review** - if the review requires non trivial effort and the issue is a priority; in this case the maintainer will: - Add the "in review" label to the issue. - Self assign the PR. +- **API Changes** + - If a change or improvement will affect public API, the team will take longer in the review process. ### The release process