You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standards.md
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,22 @@ A complte description, rules and tips can be seen in [here][1].
20
20
21
21
####Applicable emoji and meaning
22
22
23
-
24
-
>*:art: when formatting or comments on code; no code change
25
-
>*:memo: when writing documentation
26
-
>*:muscle: when improving the format/structure of the code
27
-
>*:bug: when fixing a bug
28
-
>*:bulb: when adding new feature
29
-
>*:fire: when functions, methods or classes have been added or removed; method signatures or return types have changed
30
-
>*:ant: anything not covered by the above categories, e.g. rename or move files, add configuration files
31
-
>*:white_check_mark: when adding tests, refactoring tests; no production code change
32
-
>*:runner: when improving performance
33
-
>*:penguin: when fixing something on Linux
34
-
>*:apple: when fixing something on Mac OS
35
-
>*:checkered_flag: when fixing something on Windows
23
+
>* style: when formatting or comments on code; no code change
24
+
>* docs: when writing documentation
25
+
>* code: when improving the format/structure of the code
26
+
>* bug: when fixing a bug
27
+
>* new: when adding new feature
28
+
>* api: when functions, methods or classes have been added or removed; method signatures or return types have changed
29
+
>* typo: when typos in words or minimal changes in comment sentences
30
+
>* misc: anything not covered by the above categories, e.g. rename or move files, add configuration files
31
+
>* test: when adding tests, refactoring tests; no production code change
32
+
>* boost: when improving performance
33
+
>* linux: when fixing something on Linux
34
+
>* macos: when fixing something on Mac OS
35
+
>* win: when fixing something on Windows
36
+
>* and: when fixing something on Android
37
+
>* ios: when fixing something on iOS
38
+
>* winp: when fixing something on Windows Phone
36
39
37
40
**NOTE:** The tags :penguin:, :apple: and :checkered_flag: must be used just in combination with other labels to specify a particular change related to an O.S.
0 commit comments