From eb6b7b7d52770769719392b9b5226ee9a7caef75 Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Mon, 28 Nov 2016 11:57:08 -0500 Subject: [PATCH] :memo: Adding more emoji for commit messages --- .github/CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 58bf8ea2c..d02ad9a0b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -42,9 +42,13 @@ git commit -m "Cool stuff" Consider starting the commit message with an applicable emoji: * :art: `:art:` when improving the format/structure of the code - * :racehorse: `:racehorse:` when improving performance + * :zap: `:zap:` when improving performance * :non-potable_water: `:non-potable_water:` when plugging memory leaks * :memo: `:memo:` when writing docs + * :ambulance: `:ambulance:` a critical hotfix. + * :sparkles: `:sparkles:` when introducing new features + * :bookmark: `:bookmark:` when releasing / version tags + * :rocket: `:rocket:` when deploying stuff * :penguin: `:penguin:` when fixing something on Android * :apple: `:apple:` when fixing something on iOS * :checkered_flag: `:checkered_flag:` when fixing something on Windows