Skip to content

Commit 002699b

Browse files
damiansirethePunderWoman
authored andcommitted
docs: clarify usage of docs-infra scope in commit messages (#63799)
The contribution guide is updated to provide clearer instructions on when to use the `docs-infra` scope versus the `docs` type. This change helps contributors understand that `docs-infra` should only be used for infrastructure-related changes (application code, tooling, configuration) within the `/adev` directory. For simple content modifications, such as editing a `.md` file, `docs` without a scope is the correct choice. PR Close #63799
1 parent fa69d33 commit 002699b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributing-docs/commit-message-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ There are currently a few exceptions to the "use package name" rule:
9696

9797
* `dev-infra`: used for dev-infra related changes within the directories /scripts and /tools
9898

99-
* `docs-infra`: used for docs-app (angular.dev) related changes within the /adev directory of the repo
99+
* `docs-infra`: used for infrastructure changes to the docs-app (angular.dev) within the `/adev` directory, such as application code, tooling, or configuration. **For modifications to documentation content (e.g., editing a `.md` file), use `docs:` without a scope instead.**
100100

101101
* `migrations`: used for changes to the `ng update` migrations.
102102

0 commit comments

Comments
 (0)