From b2e01fe27ffd8543e181e07980b9f084abe0df4e Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 18 Mar 2021 13:18:37 +0100 Subject: [PATCH] :fire: replace :white_check_mark: with :recycle: --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01163d2..3c0f5d0 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,13 @@ In your commit message use the format `:gitmoji: `. Only propper |emoji|code|description| |---|---|---| |:sparkles:|`:sparkles:`| add new feature / function| -|:art:|`:art:`| improve readibility / structure and lint flake8 | +|:art:|`:art:`| refactor code / improve readibility / structure and lint flake8 | |:goal_net:|`:goal_net:`| try/raise/handle errors or warnings| |:zap:|`:zap:`| improve performance / coverage / profiling | |:bug:|`:bug:`| fix this bug| |:truck:|`:truck:`| moving / renaming | -|:recycle:|`:recycle:`| refactor code | +|:recycle:|`:recycle:`| writing tests, running tests | |: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: / :coffin:|`:fire:`/`:coffin:`| remove (dead) code / file | |:alien:|`:alien:`| changes related to APIs and Databases |