From 1ba8fc558a6409cf2885d25a7e49a9043cbf5282 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 9 Apr 2017 23:40:33 +0800 Subject: [PATCH] :memo:Add emoji convention --- docs/development/conventions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/development/conventions.md b/docs/development/conventions.md index 4930c5090..387783774 100644 --- a/docs/development/conventions.md +++ b/docs/development/conventions.md @@ -7,9 +7,20 @@ permalink: "/conventions" ## Content +- [commit emoji convention](#commit-emoji-convention) - [viml coding style guild](#viml-coding-style-guide) - [markdown style guide](#markdown-style-guide) +## Commit emoji convention + +- :memo: Add comment or doc +- :gift: New feature. +- :bug: Bug fix +- :bomb: Breaking compatibility. +- :white_check_mark: Write test. +- :fire: Remove something. +- :beer: I'm happy like reduced code complexity. + ## Viml coding style guide ### Portability Vim is highly configurable. Users can change many of the default settings, including the case sensitivity, the regular expression rules, the substitution rules, and more. In order for your vimscript to work for all users, follow these guidelines: