Skip to content

Commit

Permalink
contributing update
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Sep 13, 2024
1 parent bf3764f commit ccfffa8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ccfffa8

Please sign in to comment.