From: Rustin <1196089730@qq.com> Date: Mon, 2 Dec 2019 16:45:33 +0000 (+0800) Subject: docs: add more details about automatic validation and formatting (#472) X-Git-Tag: v3.0.0-alpha.0~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac51f129eafe10f55c1f8346110f6aae9b06c2b8;p=thirdparty%2Fvuejs%2Fcore.git docs: add more details about automatic validation and formatting (#472) --- diff --git a/.github/contributing.md b/.github/contributing.md index 3d2733ad0f..bd51bcb9bd 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