Style guide for writing GitHub commit messages.
| No. | Emoji | Names | Example |
|---|---|---|---|
| 01 | โจ | update |
โจ: Updated app workings |
| 02 | ๐จ | fix |
๐จ: fix broken control header (#4) |
| 03 | ๐ค | patch |
๐ค: update token signing method for HTTP requests (#12) |
| ๏ธ๏ธ04 | โก | merge |
โก: merge pull request from user/patch-1 |
| 05 | ๐ | security |
๐: move exposed API key to .env file |
| 06 | ๐ท๏ธ | label, tag |
๐ท๏ธ: release v0.0.1, ๐ท๏ธ: v1.0.2 |
| 07 | ๐ | legal, markdown |
๐: update contributing guide |
| 08 | ๐ | docs |
๐: update docs with the new changes |
| 09 | ๐ฅ | restructure, rework |
๐ฅ: redesign package workings |
| 10 | ๐ฎ | beautify, code style |
๐ฎ: apply code styling to lib |
| 11 | ๐ฆ | package, packager |
๐ฆ: update package.json and/or npm scripts |
| 12 | โ๏ธ | legal, license |
โ๏ธ: add GNU GPL v3 license โ๏ธ: update license year |
| 13 | ๐ | minor changes |
๐ค: Changed a footer element |
| 14 | ๐ | fix |
๐: fix a bug |
| 15 | ๐ผ | new |
๐ผ: added new cool stuff |
I think this is a good way to write commit messages also it looks good .