From ac51f129eafe10f55c1f8346110f6aae9b06c2b8 Mon Sep 17 00:00:00 2001 From: Rustin <1196089730@qq.com> Date: Tue, 3 Dec 2019 00:45:33 +0800 Subject: [PATCH] docs: add more details about automatic validation and formatting (#472) --- .github/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index 3d2733ad..bd51bcb9 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -31,9 +31,9 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before - Make sure tests pass! -- Commit messages must follow the [commit message convention](./commit-convention.md) so that changelogs can be automatically generated. Commit messages are automatically validated before commit. +- Commit messages must follow the [commit message convention](./commit-convention.md) so that changelogs can be automatically generated. Commit messages are automatically validated before commit (by invoking [Git Hooks](https://git-scm.com/docs/githooks) via [yorkie](https://github.com/yyx990803/yorkie)). -- No need to worry about code style as long as you have installed the dev dependencies - modified files are automatically formatted with Prettier on commit. +- No need to worry about code style as long as you have installed the dev dependencies - modified files are automatically formatted with Prettier on commit (by invoking [Git Hooks](https://git-scm.com/docs/githooks) via [yorkie](https://github.com/yyx990803/yorkie)). ## Development Setup