소스 검색

Docs: Most affected package should be listed first.

Marek Lewandowski 5 년 전
부모
커밋
bdbea5af34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/framework/guides/contributing/git-commit-message-convention.md

+ 1 - 1
docs/framework/guides/contributing/git-commit-message-convention.md

@@ -57,7 +57,7 @@ For reference on how to identify minor or major breaking change see {@link frame
 
 ### Package name
 
-Most commits are related to one or more packages. Each affected package should be listed in parenthesis following the commit type.
+Most commits are related to one or more packages. Each affected package should be listed in parenthesis following the commit type. A package that was most impacted by the change should be listed first.
 
 It is, however, possible to skip this part if five or more packages are affected.