19 lines
727 B
Markdown
19 lines
727 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 improving the format/structure of the code
|
||
|
- 🐎 `: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
|
||
|
- ⬇️ `:arrow_down:` when downgrading dependencies
|
||
|
|
||
|
|
||
|
Et ceux spécifiques au projet :
|
||
|
- :gear: `:gear:` pour une contribution au moteur qui traite les YAML
|
||
|
- :scales: `:scales:` pour une contribution à la base de règles
|