Skip to content

Commit 115eeea

Browse files
committed
Merge pull request eegkno#1 from ericgcc/standards
Modificación y agregado de etiquetas
2 parents d6eec8d + eb5c1bf commit 115eeea

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

prueba_ericgcc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pruebaasdasdasd

standards.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,22 @@ A complte description, rules and tips can be seen in [here][1].
2020

2121
####Applicable emoji and meaning
2222

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
3639
3740
**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.
3841

0 commit comments

Comments
 (0)