From f84f2819f6c9a4caa51f28f2a411aa4d742fb114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Mon, 19 Sep 2022 21:21:37 +0200 Subject: [PATCH] docs(misc): add missing scopes to CONTRIBUTING.md (#12100) --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97a5dff058..303d0ae1b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -293,18 +293,21 @@ The type must be one of the following: The scope must be one of the following: - angular - anything Angular specific +- bundling - anything bundling specific (e.g. rollup, webpack, etc.) - core - anything Nx core specific -- graph - anything graph app specific - detox - anything Detox specific - devkit - devkit-related changes +- graph - anything graph app specific +- expo - anything Expo specific - express - anything Express specific - js - anything related to @nrwl/js package or general js/ts support - linter - anything Linter specific - nest - anything Nest specific - nextjs - anything Next specific -- nxdev - anything related to docs infrastructure -- nx-plugin - anything Nx Plugin specific - node - anything Node specific +- nx-cloud - anything NxCloud specific +- nx-plugin - anything Nx Plugin specific +- nxdev - anything related to docs infrastructure - react - anything React specific - react-native - anything React Native specific - repo - anything related to managing the Nx repo itself