File tree 3 files changed +21
-131
lines changed
3 files changed +21
-131
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ Date: Sat Feb 10 15:13:40 2018 +0900
267
267
268
268
# # Type list sample
269
269
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 )
271
271
272
272
# # .git_consistent format
273
273
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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 |
You can’t perform that action at this time.
0 commit comments