Skip to content

Commit

Permalink
docs: change sample_type_list.adoc to sample_type_list.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isuke committed Jul 19, 2023
1 parent 365f918 commit bf152c9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 131 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -267,7 +267,7 @@ Date: Sat Feb 10 15:13:40 2018 +0900

## Type list sample

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

## .git_consistent format

Expand Down
130 changes: 0 additions & 130 deletions sample_type_list.adoc

This file was deleted.

20 changes: 20 additions & 0 deletions sample_type_list.md
@@ -0,0 +1,20 @@

| Name | Meaning | Emoji Sign | Emoji | Is Commitizen? | Description |
| :------- | :---------------------- | :--------------------- | :------------------: | :------------- | :----------------------------------------------------- |
| feat | Features | `:heavy_plus_sign:` | :heavy_plus_sign: | yes | when implementing function |
| fix | Bug Fixes | `:sunny:` | :sunny: | yes | when fixing a bug |
| docs | Documentation | `:pencil2:` | :pencil2: | yes | when writing docs |
| style | Styles | `:shirt:` | :shirt: | yes | when change coding style |
| refactor | Code Refactoring | `:art:` | :art: | yes | when refactoring |
| perf | Performances | `:rocket:` | :rocket: | yes | when improving performance |
| test | Tests | `:white_check_mark:` | :white_check_mark: | yes | when adding tests |
| build | Builds | `:arrow_heading_up:` | :arrow_heading_up: | yes | when changes build system |
| ci | Continuous Integrations | `:green_heart:` | :green_heart: | yes | when change the CI build |
| chore | Chores | `:wrench:` | :wrench: | yes | when change other that don't modify code or test files |
| revert | Reverts | `:arrow_heading_down:` | :arrow_heading_down: | yes | when reverts a previous commit |
| ui | UI | `:lipstick:` | :lipstick: | no | when change UI |
| remove | Removes | `:heavy_minus_sign:` | :heavy_minus_sign: | no | when removing function |
| sec | Securities | `:lock:` | :lock: | no | when dealing with security |
| up | Update dependencies | `:arrow_up:` | :arrow_up: | no | when upgrading dependencies |
| down | Downgrade dependencies | `:arrow_down:` | :arrow_down: | no | when downgrading dependencies |
| tada | Celebrats | `:tada:` | :tada: | no | when celebrating |

0 comments on commit bf152c9

Please sign in to comment.