Image de présentation Romain G.

Git

Convention de nommage GIT

 <type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Type

GitmojiTypeDescription
featA new feature
🐛fixA bug fix
testAdding missing tests or correcting existing tests
⚡️perfA code change that improves performance
♻️refactorA code change that neither fixes a bug nor adds a feature
💄designA code change that only apply design
🎨styleChanges that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
📄docsDocumentation only changes
👷🏼buildChanges that affect the build system or external dependencies (example scopes: webpack, karma, npm)
⚙️ciChanges to our CI configuration files and scripts (example scopes: azuredevops.yaml, Travis, Circle, BrowserStack, SauceLabs)
⬆️⬇️choreOther changes that don't modify src or test files

30.09.2022