Skip to content

Commit

Permalink
chore: add ui to type list
Browse files Browse the repository at this point in the history
  • Loading branch information
isuke committed Mar 10, 2018
1 parent bff1e03 commit 6cd15ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/types.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build,Builds,:arrow_heading_up:,commitizen,when changes build system
ci,Continuous Integrations,:green_heart:,commitizen,when change the CI build
chore,Chores,:wrench:,commitizen,when change other that don't modify code or test files
revert,Reverts,:arrow_heading_down:,commitizen,when reverts a previous commit
ui,UI,:lipstick:,,when change UI
remove,Removes,:heavy_minus_sign:,,when removing function
sec,Securities,:lock:,,when dealing with security
up,Update dependencies,:arrow_up:,,when upgrading dependencies
Expand Down
7 changes: 7 additions & 0 deletions sample_type_list.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ a| image::arrow_heading_down.png[arrow_heading_down]
| yes
| when reverts a previous commit

| ui
| UI
| `:lipstick:`
a| image::arrow_heading_down.png[lipstick]
| not
| when change UI

| remove
| Removes
| `:heavy_minus_sign:`
Expand Down

0 comments on commit 6cd15ed

Please sign in to comment.