Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 788 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 788 Bytes

Commit messages

We follow this convention to add make the commit messages standard:

All first lines of the commit messages should fit in 50 (70 if you REALLY need it) characters, use the second line and beyond to make any further explanations. Use the correct emoji as the first thing on the commit message followed by the mentioned starting word (e.g. 💡 Add my awesome feature)

  • When adding a new feature/component/etc: :bulb: 💡 Add ...
  • When fixing a bug: :bug: 🐛 Fix...
  • For documentation: :book: 📖 Docs (for/about/etc)...
  • For improvements and updates: :arrow_up: ⬆️ Upgrade/Improve...
  • For CI/CD matters: :cyclone: 🌀 No specific words here
  • For maintenance: :wrench: 🔧 ?
  • For removing code: :fire: 🔥 Remove...