Mirror — primary at git.dannydannydanny.me
| _config.yml | ||
| LICENSE | ||
| README.md | ||
Welcome to DannyDannyDanny/gitmoji
This gitmoji 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.
Missing a gitmoji? Get inspiration. Submit an issue (or Pull Request).
gitmoji Lookup
| emoji | code | description |
|---|---|---|
| ✨ | :sparkles: |
add new feature / function |
| 🎨 | :art: |
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: |
refactor code |
| 🚧 | :construction: |
work in progress |
| ✅ | :white_check_mark: |
writing tests, running tests |
| 📝 | :memo: |
doc / logging / verbosity / code comments |
| 🔥 | :fire: |
remove code / file |
| 👽 | :alien: |
changes related to APIs and Databases |
| 📊 | :bar_chart: |
clean / transform / validate data |
| 💄 | :lipstick: |
improve UI / UX, CLI or visualizations |
| 🙈 | :see_no_evil: |
changes to .gitignore and exclusively local files |
Other methdology
- Follow naming conventions
- Use scrum methodology
- Avoid dark patterns
- Audit security
- Use non-linear roadmaps
- Use solarized-theme