Skip to content

Commit 1316024

Browse files
gkalpakmhevery
authored andcommitted
docs: change aio scope to docs-infra (angular#24410)
Related to angular#24295 PR Close angular#24410
1 parent 282d351 commit 1316024

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,15 @@ The following is the list of supported scopes:
227227

228228
There are currently a few exceptions to the "use package name" rule:
229229

230-
* **packaging**: used for changes that change the npm package layout in all of our packages, e.g. public path changes, package.json changes done to all packages, d.ts file/format changes, changes to bundles, etc.
230+
* **packaging**: used for changes that change the npm package layout in all of our packages, e.g.
231+
public path changes, package.json changes done to all packages, d.ts file/format changes, changes
232+
to bundles, etc.
231233
* **changelog**: used for updating the release notes in CHANGELOG.md
232-
* **aio**: used for docs-app (angular.io) related changes within the /aio directory of the repo
233-
* none/empty string: useful for `style`, `test` and `refactor` changes that are done across all packages (e.g. `style: add missing semicolons`)
234+
* **docs-infra**: used for docs-app (angular.io) related changes within the /aio directory of the
235+
repo
236+
* none/empty string: useful for `style`, `test` and `refactor` changes that are done across all
237+
packages (e.g. `style: add missing semicolons`) and for docs changes that are not related to a
238+
specific package (e.g. `docs: fix typo in tutorial`).
234239

235240
### Subject
236241
The subject contains a succinct description of the change:
@@ -269,7 +274,7 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
269274
* https://help.github.com/articles/about-commit-email-addresses/
270275
* https://help.github.com/articles/blocking-command-line-pushes-that-expose-your-personal-email-address/
271276
272-
Note that if you have more than one Git identity, it is important to verify that you are logged in with the same ID with which you signed the CLA, before you commit changes. If not, your PR will fail the CLA check.
277+
Note that if you have more than one Git identity, it is important to verify that you are logged in with the same ID with which you signed the CLA, before you commit changes. If not, your PR will fail the CLA check.
273278
274279
<hr>
275280

0 commit comments

Comments
 (0)