8
0
Quellcode durchsuchen

Docs: Most affected package should be listed first.

Marek Lewandowski vor 5 Jahren
Ursprung
Commit
bdbea5af34

+ 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.