From 3cce72337080fc7d5094f9151f6d67ab331d4e75 Mon Sep 17 00:00:00 2001 From: Arnaud Bernard Date: Wed, 21 Oct 2020 09:42:25 +0200 Subject: [PATCH] docs: remove `style` commit type from CONTRIBUTING.md (#39357) Commit type Style is still present in Commiit Message Header while it shouldn't PR Close #39357 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf8de8d52c..4401461b47 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -248,7 +248,7 @@ Any line of the commit message cannot be longer than 100 characters. │ platform-webworker-dynamic|router|service-worker|upgrade|zone.js| │ packaging|changelog|dev-infra|docs-infra|migrations|ngcc|ve │ - └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|style|test + └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test ``` The `` and `` fields are mandatory, the `()` field is optional. @@ -311,7 +311,7 @@ There are currently a few exceptions to the "use package name" rule: * `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 packages (e.g. `style: add missing semicolons`) and for docs changes that are not related to a specific package (e.g. `docs: fix typo in tutorial`). +* none/empty string: useful for `test` and `refactor` changes that are done across all packages (e.g. `test: add missing unit tests`) and for docs changes that are not related to a specific package (e.g. `docs: fix typo in tutorial`). ##### Summary