Mirror — primary at git.dannydannydanny.me
Find a file
2021-03-29 10:49:11 +02:00
.vimrc_gitbash add bashrc for git bash 2021-03-29 10:49:11 +02:00
_config.yml 💄 add github pages markdown rendering 2020-12-16 10:21:50 +01:00
LICENSE Initial commit 2020-12-10 10:52:44 +01:00
README.md Update README.md 2021-03-19 13:24:42 +01:00

DannyDannyDanny/gitmoji

Gitmoji

Repo Roadmap

  • 2021Q1: Gitmoji -> (general) Methodology
  • 2021Q2: Git Methodology -> Branching, Merging and Pull Requests
  • 2021Q3: Organize other methodology better
  • 2021Q4: Add collaborators

This methodology repo is focused on Python Data Processing based projects with som external dependencies (APIs or DBs). In your commit message use the format :gitmoji: <commit message>. Only propper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis.

gitmoji Lookup

emoji code description
:sparkles: add new feature / function
🎨 :art: refactor code / improve readibility / structure and lint flake8
🥅 :goal_net: try/raise/handle errors or warnings
:zap: improve performance / coverage / profiling
🐛 :bug: fix this bug
🚚 :truck: moving / renaming
♻️ :recycle: writing automated tests and hooks
🚧 / 💥 :construction:/:boom: work in progress / breaking changes
📝 :memo: doc / logging / verbosity / code comments
🔥 / ⚰️ :fire:/:coffin: remove (dead) code / file
👽 :alien: changes related to APIs and Databases
📊 :bar_chart: clean / transform / validate data
💄 :lipstick: improve UI / UX, CLI or visualizations
📌 :pushpin: dependency and environment versioning
🙈 :see_no_evil: changes to .gitignore and exclusively local files
🔍 :mag: changes in connection with PR-review change-requests

Missing a gitmoji? Get inspiration. Submit an issue (or Pull Request).

Git Branching

Coming soon! 🚧

Repo Badges

Coming soon! 🚧

![Coverage badge][coverage-badge] [coverage-badge]: https://img.shields.io/badge/Coverage-100%25-brightgreen.svg

Other methdology