From 69105c46e59359569350a7e12ba0bb0aa558a79c Mon Sep 17 00:00:00 2001 From: Mike O'Donnell Date: Tue, 22 Aug 2023 08:50:24 -0600 Subject: [PATCH] docs(deps): update contributing docs (#10370) --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e67381d53e..db5332360ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -143,12 +143,20 @@ The following is the list of supported scopes: - **platform** - **docs** - **e2e** +- **cdk** +- **cx** There are currently a few exceptions to the "use package name" rule: - **changelog**: used for updating the release notes in CHANGELOG.md - **docs**: used for docs-app (angular.io) related changes within the /aio directory of the repo +- **shared**: changes across documentation shared by several modules +- **ci**: changes to CI tooling +- **release**: release commits (auto-generated) +- **deps**: changes to dependencies (auto-generated) +- **deps-dev**: changes to dev dependencies (auto-generated) +- **changelog** ### Multiple scopes