docs(CONTRIBUTING): Mention commit message format
This commit is contained in:
parent
33d876fda8
commit
90948a48e1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue