31
31
+ There is a ** Space** Character between Multiple Emojis!.
32
32
+ There is ** NO** New-Line After the _ Task ID Reference_ Line.
33
33
+ Every Raw Emoji Text(` :emoji: ` ) is Counted as One Char!.
34
+ + See [ ToDo Grammar StyleGuide] ( https://github.com/slashsBin/styleguide-todo-grammar ) for more Information on ` @XXX ` Comment Tags.
34
35
35
36
---
36
37
@@ -42,30 +43,30 @@ Suggested Emojis
42
43
| :art : | ` :art: ` | when improving the ** format** /structure of the code |
43
44
| :racehorse : | ` :racehorse: ` | when improving ** performance** |
44
45
| :books : | ` :books: ` | when writing ** docs** |
45
- | :bug : | ` :bug: ` | when reporting a ** bug** |
46
+ | :bug : | ` :bug: ` | when reporting a ** bug** , with [ ` @FIXME ` ] ( https://github.com/slashsBin/styleguide-todo-grammar#bug-report ) Comment Tag |
46
47
| :ambulance : | ` :ambulance: ` | when fixing a ** bug** |
47
48
| :penguin : | ` :penguin: ` | when fixing something on ** Linux** |
48
49
| :apple : | ` :apple: ` | when fixing something on ** Mac OS** |
49
50
| :checkered_flag : | ` :checkered_flag: ` | when fixing something on ** Windows** |
50
- | :fire : | ` :fire: ` | when ** removing code** or files |
51
+ | :fire : | ` :fire: ` | when ** removing code** or files, _ maybe _ with ` @CHANGED ` Comment Tag |
51
52
| :white_check_mark : | ` :white_check_mark: ` | when adding ** tests** |
52
53
| :green_heart : | ` :green_heart: ` | when fixing the ** CI** build |
53
54
| :lock : | ` :lock: ` | when dealing with ** security** |
54
55
| :arrow_up : | ` :arrow_up: ` | when upgrading ** dependencies** |
55
56
| :arrow_down : | ` :arrow_down: ` | when downgrading ** dependencies** |
56
57
| :shirt : | ` :shirt: ` | when removing ** linter** /strict/deprecation warnings |
57
58
| :lipstick : | ` :lipstick: ` | when improving ** UI** /Cosmetic |
58
- | :construction : | ` :construction: ` | ** WIP** (Work In Progress) Commits |
59
+ | :construction : | ` :construction: ` | ** WIP** (Work In Progress) Commits, _ maybe _ with ` @REVIEW ` Comment Tag |
59
60
| :gem : | ` :gem: ` | New ** Release** |
60
61
| :bookmark : | ` :bookmark: ` | Version ** Tags** |
61
62
| :tada : | ` :tada: ` | ** Initial** Commit |
62
63
| :speaker : | ` :speaker: ` | when Adding ** Logging** |
63
64
| :mute : | ` :mute: ` | when Reducing ** Logging** |
64
65
| :sparkles : | ` :sparkles: ` | when introducing ** New** Features |
65
- | :zap : | ` :zap: ` | when introducing ** Backward-InCompatible** Features |
66
- | :bulb : | ` :bulb: ` | New ** Idea** |
66
+ | :zap : | ` :zap: ` | when introducing ** Backward-InCompatible** Features, _ maybe _ with ` @CHANGED ` Comment Tag |
67
+ | :bulb : | ` :bulb: ` | New ** Idea** , with ` @IDEA ` Comment Tag |
67
68
| :snowflake : | ` :snowflake: ` | changing ** Configuration** , Usually together with :penguin : or :ribbon : or :rocket : |
68
- | :ribbon : | ` :ribbon: ` | Customer requested application ** Customization** |
69
+ | :ribbon : | ` :ribbon: ` | Customer requested application ** Customization** , with ` @HACK ` Comment Tag |
69
70
| :rocket : | ` :rocket: ` | Anything related to Deployments/** DevOps** |
70
71
71
72
Ask to Be [ Creative] ( http://www.emoji-cheat-sheet.com/ ) !
0 commit comments