📝 ajoute l'emoji 🖋️ pour les modifications liées au contenu
parent
6f29b7dd3a
commit
d0b8ba09b1
|
@ -10,21 +10,22 @@ A mettre sans retenue dans les messages de commit :
|
|||
|
||||
https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git-commit-messages
|
||||
|
||||
* 🎨 `:art:` when working on the app's visual style
|
||||
* 🐎 `:racehorse:` when improving performance
|
||||
* 📝 `:memo:` when writing docs
|
||||
* 🐛 `:bug:` when fixing a bug
|
||||
* 🔥 `:fire:` when removing code or files
|
||||
* 💚 `:green_heart:` when fixing the CI build
|
||||
* ✅ `:white_check_mark:` when adding tests
|
||||
* ⬆️ `:arrow_up:` when upgrading dependencies
|
||||
* :sparkles: `:sparkles:` when formatting, renaming, reorganizing files
|
||||
- 🎨 `:art:` when working on the app's visual style
|
||||
- 🐎 `:racehorse:` when improving performance
|
||||
- 📝 `:memo:` when writing docs
|
||||
- 🐛 `:bug:` when fixing a bug
|
||||
- 🔥 `:fire:` when removing code or files
|
||||
- 💚 `:green_heart:` when fixing the CI build
|
||||
- ✅ `:white_check_mark:` when adding tests
|
||||
- ⬆️ `:arrow_up:` when upgrading dependencies
|
||||
- :sparkles: `:sparkles:` when formatting, renaming, reorganizing files
|
||||
|
||||
Et ceux spécifiques au projet :
|
||||
|
||||
* :gear: `:gear:` pour une contribution au moteur qui traite les YAML
|
||||
* :hammer: `:hammer:` pour une contribution à la base de règles
|
||||
* :calendar: `:calendar:` pour un changement de règle du à une évolution temporelle (en attendant mieux)
|
||||
* :chart_with_upwards_trend: `:chart_with_upwards_trend:` pour une amélioration du tracking
|
||||
* :alien: `:alien:` pour ajouter des traductions
|
||||
* :wheelchair: `:wheelchair:` pour corriger les problèmes liés à l'accessibilité
|
||||
- :gear: `:gear:` pour une contribution au moteur qui traite les YAML
|
||||
- :hammer: `:hammer:` pour une contribution à la base de règles
|
||||
- :calendar: `:calendar:` pour un changement de règle du à une évolution temporelle (en attendant mieux)
|
||||
- :chart_with_upwards_trend: `:chart_with_upwards_trend:` pour une amélioration du tracking
|
||||
- :alien: `:alien:` pour ajouter des traductions
|
||||
- :wheelchair: `:wheelchair:` pour corriger les problèmes liés à l'accessibilité
|
||||
- :fountain_pen: `:fountain_pen:` pour séparer les commits liés à la modification du contenu
|
||||
|
|
Loading…
Reference in New Issue