Skip to content

Commit bf152c9

Browse files
committed
docs: change sample_type_list.adoc to sample_type_list.md
1 parent 365f918 commit bf152c9

File tree

3 files changed

+21
-131
lines changed

3 files changed

+21
-131
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Date: Sat Feb 10 15:13:40 2018 +0900
267267

268268
## Type list sample
269269

270-
[sample type list](https://github.com/isuke/git-consistent/blob/master/sample_type_list.adoc)
270+
[sample type list](https://github.com/isuke/git-consistent/blob/master/sample_type_list.md)
271271

272272
## .git_consistent format
273273

sample_type_list.adoc

-130
This file was deleted.

sample_type_list.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
| Name | Meaning | Emoji Sign | Emoji | Is Commitizen? | Description |
3+
| :------- | :---------------------- | :--------------------- | :------------------: | :------------- | :----------------------------------------------------- |
4+
| feat | Features | `:heavy_plus_sign:` | :heavy_plus_sign: | yes | when implementing function |
5+
| fix | Bug Fixes | `:sunny:` | :sunny: | yes | when fixing a bug |
6+
| docs | Documentation | `:pencil2:` | :pencil2: | yes | when writing docs |
7+
| style | Styles | `:shirt:` | :shirt: | yes | when change coding style |
8+
| refactor | Code Refactoring | `:art:` | :art: | yes | when refactoring |
9+
| perf | Performances | `:rocket:` | :rocket: | yes | when improving performance |
10+
| test | Tests | `:white_check_mark:` | :white_check_mark: | yes | when adding tests |
11+
| build | Builds | `:arrow_heading_up:` | :arrow_heading_up: | yes | when changes build system |
12+
| ci | Continuous Integrations | `:green_heart:` | :green_heart: | yes | when change the CI build |
13+
| chore | Chores | `:wrench:` | :wrench: | yes | when change other that don't modify code or test files |
14+
| revert | Reverts | `:arrow_heading_down:` | :arrow_heading_down: | yes | when reverts a previous commit |
15+
| ui | UI | `:lipstick:` | :lipstick: | no | when change UI |
16+
| remove | Removes | `:heavy_minus_sign:` | :heavy_minus_sign: | no | when removing function |
17+
| sec | Securities | `:lock:` | :lock: | no | when dealing with security |
18+
| up | Update dependencies | `:arrow_up:` | :arrow_up: | no | when upgrading dependencies |
19+
| down | Downgrade dependencies | `:arrow_down:` | :arrow_down: | no | when downgrading dependencies |
20+
| tada | Celebrats | `:tada:` | :tada: | no | when celebrating |

0 commit comments

Comments
 (0)