docs(dev-infra): update triage and contributing docs for dev-infra (#35995)

PR Close #35995
This commit is contained in:
Joey Perrott 2020-03-10 12:52:29 -07:00 committed by Matias Niemelä
parent f5c7e883a9
commit 13495c64f7
2 changed files with 5 additions and 0 deletions

View File

@ -206,6 +206,8 @@ The scope should be the name of the npm package affected (as perceived by the pe
The following is the list of supported scopes: The following is the list of supported scopes:
* **animations** * **animations**
* **bazel**
* **benchpress**
* **common** * **common**
* **compiler** * **compiler**
* **compiler-cli** * **compiler-cli**
@ -214,6 +216,7 @@ The following is the list of supported scopes:
* **forms** * **forms**
* **http** * **http**
* **language-service** * **language-service**
* **localize**
* **platform-browser** * **platform-browser**
* **platform-browser-dynamic** * **platform-browser-dynamic**
* **platform-server** * **platform-server**
@ -232,6 +235,7 @@ There are currently a few exceptions to the "use package name" rule:
* **changelog**: used for updating the release notes in CHANGELOG.md * **changelog**: used for updating the release notes in CHANGELOG.md
* **docs-infra**: used for docs-app (angular.io) related changes within the /aio directory of the * **docs-infra**: used for docs-app (angular.io) related changes within the /aio directory of the
repo repo
* **dev-infra**: used for dev-infra related changes within the directories /scripts, /tools and /dev-infra
* **ngcc**: used for changes to the [Angular Compatibility Compiler](./packages/compiler-cli/ngcc/README.md) * **ngcc**: used for changes to the [Angular Compatibility Compiler](./packages/compiler-cli/ngcc/README.md)
* **ve**: used for changes specific to ViewEngine (legacy compiler/renderer). * **ve**: used for changes specific to ViewEngine (legacy compiler/renderer).
* none/empty string: useful for `style`, `test` and `refactor` changes that are done across all * none/empty string: useful for `style`, `test` and `refactor` changes that are done across all

View File

@ -42,6 +42,7 @@ They don't have a clear location in the source tree.
We will treat them as a component even thought no specific source tree is associated with them. We will treat them as a component even thought no specific source tree is associated with them.
* `comp: build & ci` - build and CI infrastructure for the angular/angular repo * `comp: build & ci` - build and CI infrastructure for the angular/angular repo
* `comp: dev-infra` - angular's common internal developer infrastructure scripting and tooling
* `comp: docs` - documentation, including API docs, guides, tutorial * `comp: docs` - documentation, including API docs, guides, tutorial
* `comp: packaging` - packaging format of @angular/* npm packages * `comp: packaging` - packaging format of @angular/* npm packages
* `comp: performance` * `comp: performance`