fix(docs): Add note about commit messages (#155); r=rfk

This commit is contained in:
Vijay Budhram 2017-01-10 14:47:29 -05:00 коммит произвёл Ryan Kelly
Родитель e84a4be691
Коммит da057a2a06
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,8 @@ Patches should be submitted as pull requests. When submitting patches as PRs:
- Add both your code and new tests if relevant.
- Run `npm test` to make sure all tests still pass.
- Please do not include merge commits in pull requests; include only commits with the new relevant code.
- Your commit message must follow the
[commit guidelines](https://github.com/mozilla/fxa/blob/master/CONTRIBUTING.md#git-commit-guidelines).
See the main [README.md](/README.md) for information on prerequisites, installing, running and testing.