vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
4bd8edbc84
commit
e0923e6cb5
1 changed files with 21 additions and 21 deletions
42
README.md
42
README.md
|
|
@ -33,27 +33,27 @@ Only proper nouns, CamelCase and class names should have uppercases letters.
|
||||||
Use several gitmojis if it makes sense.
|
Use several gitmojis if it makes sense.
|
||||||
|
|
||||||
|
|
||||||
| emoji | code | description |
|
| emoji | code | description |
|
||||||
|---------------|-----------------|-----------------------------------------------------------|
|
|---------------|-----------------|--------------------------------------------------------|
|
||||||
| :sparkles: | `:sparkles:` | add new feature / function |
|
| :sparkles: | `:sparkles:` | add new feature / function |
|
||||||
| :art: | `:art:` | refactor / type hinting / restructuring / linting |
|
| :art: | `:art:` | refactor / type hinting / restructuring / linting |
|
||||||
| :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 |
|
| :zap: | `:zap:` | improve performance / coverage / profiling |
|
||||||
| :bug: | `:bug:` | bug fixing |
|
| :bug: | `:bug:` | bug fixing |
|
||||||
| :truck: | `:truck:` | moving / renaming |
|
| :truck: | `:truck:` | moving / renaming |
|
||||||
| :recycle: | `:recycle:` | CI/CD, pre-commit hooks, auto-tests and environments |
|
| :recycle: | `:recycle:` | CI/CD, pre-commit hooks, auto-tests and environments |
|
||||||
| :boom: | `:boom:` | work in progress / breaking changes |
|
| :boom: | `:boom:` | work in progress / breaking changes |
|
||||||
| :memo: | `:memo:` | doc / logging / verbosity / code comments |
|
| :memo: | `:memo:` | doc / logging / verbosity / code comments |
|
||||||
| :fire: | `:fire:` | remove (dead) code / file |
|
| :fire: | `:fire:` | remove (dead) code / file |
|
||||||
| :alien: | `:alien:` | changes related to APIs, Databases, Network etc. |
|
| :alien: | `:alien:` | changes related to APIs, Databases, Network etc. |
|
||||||
| :key: | `:key:` | security, user access, roles |
|
| :key: | `:key:` | security, user access, roles |
|
||||||
| :tada: | `:tada:` | clean / transform / validate _data_ |
|
| :tada: | `:tada:` | clean / transform / validate _data_ |
|
||||||
| :eyes: | `:eyes:` | UI / UX / CLI / visualizations (previously :lipstick:) |
|
| :eyes: | `:eyes:` | UI / UX / CLI / visualizations (previously :lipstick:) |
|
||||||
| :brain: | `:brain:` | statistical modelling, training and prediction |
|
| :brain: | `:brain:` | statistical modelling, training and prediction |
|
||||||
| :pushpin: | `:pushpin:` | dependency and environment versioning |
|
| :pushpin: | `:pushpin:` | dependency and environment versioning |
|
||||||
| :whale: | `:whale:` | virtualization, containerization and architecture changes |
|
| :whale: | `:whale:` | docker, VMs, containerization and architecture changes |
|
||||||
| :see_no_evil: | `:see_no_evil:` | changes to `.*ignore` or local files |
|
| :see_no_evil: | `:see_no_evil:` | changes to `.*ignore` or local files |
|
||||||
| :mag: | `:mag:` | PR-review change-requests |
|
| :mag: | `:mag:` | PR-review change-requests |
|
||||||
|
|
||||||
Missing a gitmoji? Take a look at [word emojis with short shortcodes](emojis.md)
|
Missing a gitmoji? Take a look at [word emojis with short shortcodes](emojis.md)
|
||||||
made by this script [this script](scripts/emoji_shortlist.py)
|
made by this script [this script](scripts/emoji_shortlist.py)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue