From c5fa6f7bd05ad818c52c12f8d2a87da667ed92ed Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 15 Nov 2021 16:30:48 +0100 Subject: [PATCH] :alien: :memo: note network changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c40bf5..067c5d8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Use the format `:gitmoji: ` in your commit messages. Only proper |---|---|---| |:sparkles:|`:sparkles:`| add new feature / function | |:art:|`:art:`| refactor code / add type hinting / improve readibility / structure and lint flake8 | -|:goal_net:|`:goal_net:`| try/raise/handle errors or warnings| +|:goal_net:|`:goal_net:`| try/raise/handle errors or warnings | |:zap:|`:zap:`| improve performance / coverage / profiling | |:bug:|`:bug:`| bug fixing | |:truck:|`:truck:`| moving / renaming | @@ -43,7 +43,7 @@ Use the format `:gitmoji: ` in your commit messages. Only proper |:boom:|`:boom:`| work in progress / breaking changes | |:memo:|`:memo:`| doc / logging / verbosity / code comments | |:fire: |`:fire:`| remove (dead) code / file | -|:alien:|`:alien:`| changes related to APIs and Databases | +|:alien:|`:alien:`| changes related to APIs, Databases, Network etc. | |:tada:|`:tada:`| clean / transform / validate _data_ | |:lipstick:|`:lipstick:`| improve UI / UX, CLI or visualizations | |:brain:|`:brain:`| statistical modelling, training and prediction |