🚚 move gitmoji doc to README.md

This commit is contained in:
Daniel Thoren 2020-12-16 10:16:33 +01:00
parent c3510a1ecf
commit 7620783abc
2 changed files with 30 additions and 31 deletions

View file

@ -1,2 +1,30 @@
# gitmoji
Loosely based on [carloscuesta/gitmoji](https://github.com/carloscuesta/gitmoji)
## Welcome to DannyDannyDanny/gitmoji
<a href="https://gitmoji.carloscuesta.me">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>
This gitmoji repo is focused on Python Data Processing based software engineering with a database.
To render emoji's view [index via GitHub version](https://github.com/DannyDannyDanny/gitmoji/blob/gh-pages/index.md).
In your commit message use the format `:gitmoji: commit message`. Avoid using multiple gitmojis.
Missing a gitmoji? Get [inspiration](https://gist.github.com/rxaviers/7360908).
Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or PR).
## `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|
|:truck:|`:truck:`| moving / renaming |
|:recycle:|`:recycle:`| refactor code |
|:construction:|`:construction:`| work in progress |
|:white_check_mark:|`:white_check_mark:`| writing tests, running tests |
|:memo:|`:memo:`| doc / logging / verbosity / code comments |
|:fire:|`:fire:`| remove code / file |
|:alien:|`:alien:`| API and Database related work |
|:bar_chart:|`:bar_chart:`|Clean / transform / validate _data_|
dtho@netcompany.com

View file

@ -1,29 +0,0 @@
## Welcome to DannyDannyDanny/gitmoji
<a href="https://gitmoji.carloscuesta.me">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>
This gitmoji repo is focused on Python Data Processing based software engineering with a database.
To render emoji's view [index via GitHub version](https://github.com/DannyDannyDanny/gitmoji/blob/gh-pages/index.md).
In your commit message use the format `:gitmoji: commit message`. Avoid using multiple gitmojis.
Missing a gitmoji? Get [inspiration](https://gist.github.com/rxaviers/7360908).
Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or PR).
## `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|
|:truck:|`:truck:`| moving / renaming |
|:recycle:|`:recycle:`| refactor code |
|:construction:|`:construction:`| work in progress |
|:white_check_mark:|`:white_check_mark:`| writing tests, running tests |
|:memo:|`:memo:`| doc / logging / verbosity / code comments |
|:fire:|`:fire:`| remove code / file |
|:alien:|`:alien:`| API and Database related work |
|:bar_chart:|`:bar_chart:`|Clean / transform / validate _data_|