From ccfffa87e97ba95bc83d0c83aab1c0c4d2fe16f5 Mon Sep 17 00:00:00 2001 From: Calvin Combs Date: Fri, 13 Sep 2024 11:01:25 -0700 Subject: [PATCH] contributing update --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6bd1959a5e67b..2db07fd5d0110 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1225,7 +1225,13 @@ $ yarn test ## Changing Cloud Assembly Schema If you plan on making changes to the `cloud-assembly-schema` package, make sure you familiarize yourself with -its own [contribution guide](./packages/@aws-cdk/cloud-assembly-schema/CONTRIBUTING.md) +its own [contribution guide](https://github.com/cdklabs/cloud-assembly-schema/blob/main/CONTRIBUTING.md). + +The team will not actively monitor the `cloud-assembly-schema` repository for contributions. If you have a PR +that needs to modify `cloud-assembly-schema`, open both PRs and ensure that you link the `cloud-assembly-schema` +PR in the one opened against this repository. The `cloud-assembly-schema` changes must be merged (and released) +before the PR in this repository can be merged. The PR in this repository must be updated to use the new release +of the `cloud-assembly-schema` before it can be merged. ## Feature Flags