about summary refs log tree commit diff
path: root/tools/nixery/CONTRIBUTING.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-07-29T20·06+0100
committerVincent Ambo <github@tazj.in>2019-07-29T20·10+0100
commit90948a48e1cbc4b43970ce0a6d55064c0a5eb3e4 (patch)
tree8892de6662e6f6b83c7f6d04b6744b81881fe5fb /tools/nixery/CONTRIBUTING.md
parent33d876fda87e98477de487cff3b553941eca30db (diff)
docs(CONTRIBUTING): Mention commit message format
Diffstat (limited to 'tools/nixery/CONTRIBUTING.md')
-rw-r--r--tools/nixery/CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/nixery/CONTRIBUTING.md b/tools/nixery/CONTRIBUTING.md
index 939e5341e7..ecad21b045 100644
--- a/tools/nixery/CONTRIBUTING.md
+++ b/tools/nixery/CONTRIBUTING.md
@@ -15,6 +15,11 @@ You generally only need to submit a CLA once, so if you've already submitted one
 (even if it was for a different project), you probably don't need to do it
 again.
 
+## Commit messages
+
+Commits in this repository follow the [Angular commit message
+guidelines][commits].
+
 ## Code reviews
 
 All submissions, including submissions by project members, require review. We
@@ -26,3 +31,5 @@ information on using pull requests.
 
 This project follows [Google's Open Source Community
 Guidelines](https://opensource.google.com/conduct/).
+
+[commits]: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit