Git
Convention de nommage GIT
✨ <type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Type
| Gitmoji | Type | Description |
|---|---|---|
| ✨ | feat | A new feature |
| 🐛 | fix | A bug fix |
| ✅ | test | Adding missing tests or correcting existing tests |
| ⚡️ | perf | A code change that improves performance |
| ♻️ | refactor | A code change that neither fixes a bug nor adds a feature |
| 💄 | design | A code change that only apply design |
| 🎨 | style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.) |
| 📄 | docs | Documentation only changes |
| 👷🏼 | build | Changes that affect the build system or external dependencies (example scopes: webpack, karma, npm) |
| ⚙️ | ci | Changes to our CI configuration files and scripts (example scopes: azuredevops.yaml, Travis, Circle, BrowserStack, SauceLabs) |
| ⬆️⬇️ | chore | Other changes that don't modify src or test files |
30.09.2022