From 179eb45bcbafbd46da2dd8569632f6718ac1a633 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 23 Feb 2021 09:55:39 +0100 Subject: [PATCH] :sparkles: add :boom: [breaking changes] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aced161..08aefbe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This methodology repo is focused on Python Data Processing based projects with som external dependencies (APIs or DBs). -In your commit message use the format `:gitmoji: [commit message]`. Only propper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis. +In your commit message use the format `:gitmoji: `. Only propper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis. ## `gitmoji` Lookup @@ -25,7 +25,7 @@ In your commit message use the format `:gitmoji: [commit message]`. Only propper |:bug:|`:bug:`| fix this bug| |:truck:|`:truck:`| moving / renaming | |:recycle:|`:recycle:`| refactor code | -|:construction:|`:construction:`| work in progress | +|:construction: / :boom:|`:construction:`/`:boom:`| work in progress / breaking changes | |:white_check_mark:|`:white_check_mark:`| writing tests, running tests | |:memo:|`:memo:`| doc / logging / verbosity / code comments | |:fire:|`:fire:`| remove code / file |