Skip to content

Latest commit

 

History

History
35 lines (34 loc) · 812 Bytes

File metadata and controls

35 lines (34 loc) · 812 Bytes

Contribution

Commit / Pull Requests

Emojis

New global feature
🔨 Utils functions 💡 Display functions
📑 Files functions
📒 Types functions
⚡️ Optimisation / Performance
🏗️ Code architecture 🍱 Assets
Tests
🚚 Files structure / File rename
📦 Library
🙈 Gitignore
🍌 Coding-style
🏷️ Header definition 📝 Makefile / CMakeLists
👷‍♂️ CI Github Action
🐛 Simple fix
💚 Automation fix
🚑️ Hotfix
🔥 Remove file / function

Syntax

[EMOJI] [Past tense verb] [Description]

Examples :

🐛 Fixed parsing of arguments
👷‍♂️ Added coding-style CI
✅ Updated units tests of files functions (criterion)
📦️ Updated my_str_to_word_array function