From cb1a1326f6e5b322d2b36f0e2da7fd1a25091284 Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:09:43 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98f02c5fa0f92..d3396c4c683cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -718,6 +718,10 @@ To make this easier we have a `pr/needs-review` label that we can add to each PR. If you do not see this label on your PR then it means that something needs to be fixed before it can be reviewed. +> [!NOTE] +> The `aws-cdk` repository is frequently updated, so PR branches may quickly become out-of-date, showing "This branch is out-of-date with the base branch." This is not an issue as long as there are no conflicts with the newly merged commits. Once the PR is approved, our automation will update it with the latest `main` branch and handle the merge. No action is needed on your part. + + #### Adding construct runtime dependencies Any tool that is not part of the CDK, and needs to be used by a construct during