From 17ea1f35996f863ee71df04fbd9059d25bce8c56 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 6 Jul 2026 11:38:09 -0400 Subject: [PATCH] CONTRIBUTING.md: Add breaking change process link Adds a reference to the Breaking Change and Release Process for EDK II in CONTRIBUTING.md, so that contributors are aware of the process when introducing breaking changes. Signed-off-by: Michael Kubacki --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a85f28a35..e1fc3cb26b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,3 +3,7 @@ Contributor documentation is maintained on the wiki: [EDK II Development Process](https://www.tianocore.org/tianocore-wiki.github.io/development/contribution-guides/edk_ii_development_process.html) + +Introducing a breaking change? Follow the +[Breaking Change and Release Process for EDK II](https://raw.githubusercontent.com/tianocore/tianocore-wiki.github.io/refs/heads/main/rfc/text/0003-edk2-breaking-change-and-release-process.md) +and record it in [`BREAKING-CHANGES.md`](BREAKING-CHANGES.md).