18 lines
658 B
Markdown
18 lines
658 B
Markdown
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
|
|
|
|
|
|
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
|