diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2f7efbe --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..146021e --- /dev/null +++ b/index.md @@ -0,0 +1,29 @@ +## Welcome to DannyDannyDanny/gitmoji + + + Gitmoji + + +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_|