From 6db9f882065c97c7bd98cb4dd2db7d4b28468ebe Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 11:01:19 +0100 Subject: [PATCH] :sparkles: add :sparkles:, :goal_net: & :zap: --- index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.md b/index.md index 5920b32..071f246 100644 --- a/index.md +++ b/index.md @@ -1 +1,14 @@ ## Welcome to DannyDannyDanny/gitmoji + +In your commit message use the format `:gitmoji: commit message` + +Avoid using multiple gitmojis. + +## `gitmoji` Lookup + +|emoji|code|description| +|---|---|---| +|:sparkles:|`:sparkles:`| add new feature / function| +|:goal_net:|`:goal_net:`| try/raise/handle errors or warnings| +|:zap:|`:zap:`| improve performance| +|:bug:|`:bug:`| fix this bug|