瀏覽代碼

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.