From a5fa270a7724d96c01cd4750e194d4967b571255 Mon Sep 17 00:00:00 2001 From: Damien Fraud Date: Thu, 26 Jul 2018 17:29:34 +0200 Subject: [PATCH] :memo: Update git commit message guidelines. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2f3809..900e1b1 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,9 @@ Referencing issue in git commit messages should help anyone to track progress on Emojis should help reviewers to quickly and visually identify the nature of the commit. For clear visual identification start the commit message with an applicable emoji: +- :computer: `:computer:` when writing new lines of code - :art: `:art:` when improving the format/structure of the code +- :construction-worker: `:construction-worker:` when improving the format/structure of the project - :racehorse: `:racehorse:` when improving performance - :non-potable_water: `:non-potable_water:` when plugging memory leaks - :memo: `:memo:` when writing docs