-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
1,023 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,384 @@ | ||
{ | ||
"scope": true, | ||
"body": true, | ||
"emoji": true, | ||
"delimiter": ":", | ||
"lowercaseTypes": false, | ||
"initialCommit": { | ||
"isEnabled": true, | ||
"emoji": ":tada:", | ||
"message": "Initial commit" | ||
}, | ||
"types": [ | ||
{ | ||
"emoji": ":alembic:", | ||
"type": "alembic", | ||
"description": "Experimenting new things", | ||
"argKeys": ["alembic"] | ||
}, | ||
{ | ||
"emoji": ":alien:", | ||
"type": "alien", | ||
"description": "Updating code due to external API changes", | ||
"argKeys": ["alien"] | ||
}, | ||
{ | ||
"emoji": ":arrow_down:", | ||
"type": "arrow_down", | ||
"description": "Downgrading dependencies", | ||
"argKeys": ["arrow_down"] | ||
}, | ||
{ | ||
"emoji": ":arrow_up:", | ||
"type": "arrow_up", | ||
"description": "Upgrading depedencies", | ||
"argKeys": ["arrow_up"] | ||
}, | ||
{ | ||
"emoji": ":ambulance:", | ||
"type": "ambulance", | ||
"description": "Critical hotfix" | ||
}, | ||
{ | ||
"emoji": ":apple:", | ||
"type": "apple", | ||
"description": "Fixing something on macOS", | ||
"argKeys": ["apple"] | ||
}, | ||
{ | ||
"emoji": ":art:", | ||
"type": "art", | ||
"description": "Improving structure / format of the code", | ||
"argKeys": ["art"] | ||
}, | ||
{ | ||
"emoji": ":beers:", | ||
"type": "beers", | ||
"description": "Writing code drunkenly", | ||
"argKeys": ["beers"] | ||
}, | ||
{ | ||
"emoji": ":bento:", | ||
"type": "bento", | ||
"description": "Adding or updating assets", | ||
"argKeys": ["bento"] | ||
}, | ||
{ | ||
"emoji": ":bookmark:", | ||
"type": "bookmark", | ||
"description": "Releasing / Version tag", | ||
"argKeys": ["bookmark"] | ||
}, | ||
{ | ||
"emoji": ":boom:", | ||
"type": "boom", | ||
"description": "Introducing breaking changes", | ||
"argKeys": ["boom"] | ||
}, | ||
{ | ||
"emoji": ":bug:", | ||
"type": "bug", | ||
"description": "Fixing a bug", | ||
"argKeys": ["bug"] | ||
}, | ||
{ | ||
"emoji": ":bulb:", | ||
"type": "bulb", | ||
"description": "Documenting source code", | ||
"argKeys": ["bulb"] | ||
}, | ||
{ | ||
"emoji": ":building_construction:", | ||
"type": "building_construction", | ||
"description": "Making architectural changes", | ||
"argKeys": ["building_construction"] | ||
}, | ||
{ | ||
"emoji": ":busts_in_silhouette:", | ||
"type": "busts_in_silhouette", | ||
"description": "Adding contributor(s)", | ||
"argKeys": ["busts_in_silhouette"] | ||
}, | ||
{ | ||
"emoji": ":camera_flash:", | ||
"type": "camera_flash", | ||
"description": "Adding or updating snapshots", | ||
"argKeys": ["camera_flash"] | ||
}, | ||
{ | ||
"emoji": ":card_file_box:", | ||
"type": "card_file_box", | ||
"description": "Performing database related changes", | ||
"argKeys": ["card_file_box"] | ||
}, | ||
{ | ||
"emoji": ":chart_with_upwards_trend:", | ||
"type": "chart_with_upwards_trend", | ||
"description": "Adding analytics or tracking code", | ||
"argKeys": ["chart_with_upwards_trend"] | ||
}, | ||
{ | ||
"emoji": ":checkered_flag:", | ||
"type": "checkered_flag", | ||
"description": "Fixing something on Windows", | ||
"argKeys": ["checkered_flag"] | ||
}, | ||
{ | ||
"emoji": ":children_crossing:", | ||
"type": "children_crossing", | ||
"description": "Improving user experience / usability", | ||
"argKeys": ["children_crossing"] | ||
}, | ||
{ | ||
"emoji": ":clown_face:", | ||
"type": "clown_face", | ||
"description": "Mocking things", | ||
"argKeys": ["clown_face"] | ||
}, | ||
{ | ||
"emoji": ":construction:", | ||
"type": "construction", | ||
"description": "Work in progress", | ||
"argKeys": ["construction"] | ||
}, | ||
{ | ||
"emoji": ":construction_worker:", | ||
"type": "construction_worker", | ||
"description": "Adding CI build system", | ||
"argKeys": ["construction_worker"] | ||
}, | ||
{ | ||
"emoji": ":egg:", | ||
"type": "egg", | ||
"description": "Adding an easter egg", | ||
"argKeys": ["egg"] | ||
}, | ||
{ | ||
"emoji": ":fire:", | ||
"type": "fire", | ||
"description": "Removing code or files", | ||
"argKeys": ["fire"] | ||
}, | ||
{ | ||
"emoji": ":globe_with_meridians:", | ||
"type": "globe_with_meridians", | ||
"description": "Internationalization and localization", | ||
"argKeys": ["globe_with_meridians"] | ||
}, | ||
{ | ||
"emoji": ":green_apple:", | ||
"type": "green_apple", | ||
"description": "Fixing something on iOS", | ||
"argKeys": ["green_apple"] | ||
}, | ||
{ | ||
"emoji": ":green_heart:", | ||
"type": "green_heart", | ||
"description": "Fixing CI Build", | ||
"argKeys": ["green_heart"] | ||
}, | ||
{ | ||
"emoji": ":heavy_minus_sign:", | ||
"type": "heavy_minus_sign", | ||
"description": "Removing a dependency", | ||
"argKeys": ["heavy_minus_sign"] | ||
}, | ||
{ | ||
"emoji": ":heavy_plus_sign:", | ||
"type": "heavy_plus_sign", | ||
"description": "Adding a dependency", | ||
"argKeys": ["heavy_plus_sign"] | ||
}, | ||
{ | ||
"emoji": ":iphone:", | ||
"type": "iphone", | ||
"description": "Working on responsive design", | ||
"argKeys": ["iphone"] | ||
}, | ||
{ | ||
"emoji": ":label:", | ||
"type": "label", | ||
"description": "Adding or updating types (Flow, TypeScript)", | ||
"argKeys": ["label"] | ||
}, | ||
{ | ||
"emoji": ":lipstick:", | ||
"type": "lipstick", | ||
"description": "Updating the UI and style files", | ||
"argKeys": ["lipstick"] | ||
}, | ||
{ | ||
"emoji": ":lock:", | ||
"type": "lock", | ||
"description": "Fixing security issues", | ||
"argKeys": ["lock"] | ||
}, | ||
{ | ||
"emoji": ":loud_sound:", | ||
"type": "loud_sound", | ||
"description": "Adding logs", | ||
"argKeys": ["loud_sound"] | ||
}, | ||
{ | ||
"emoji": ":mag:", | ||
"type": "mag", | ||
"description": "Improving SEO", | ||
"argKeys": ["mag"] | ||
}, | ||
{ | ||
"emoji": ":mute:", | ||
"type": "mute", | ||
"description": "Removing logs", | ||
"argKeys": ["mute"] | ||
}, | ||
{ | ||
"emoji": ":ok_hand:", | ||
"type": "ok_hand", | ||
"description": "Updating code due to code review changes", | ||
"argKeys": ["ok_hand"] | ||
}, | ||
{ | ||
"emoji": ":package:", | ||
"type": "package", | ||
"description": "Updating compiled files or packages", | ||
"argKeys": ["package"] | ||
}, | ||
{ | ||
"emoji": ":page_facing_up:", | ||
"type": "page_facing_up", | ||
"description": "Adding or updating license", | ||
"argKeys": ["page_facing_up"] | ||
}, | ||
{ | ||
"emoji": ":pencil:", | ||
"type": "pencil", | ||
"description": "Writing docs", | ||
"argKeys": ["pencil"] | ||
}, | ||
{ | ||
"emoji": ":pencil2:", | ||
"type": "pencil2", | ||
"description": "Fixing typos", | ||
"argKeys": ["pencil2"] | ||
}, | ||
{ | ||
"emoji": ":penguin:", | ||
"type": "penguin", | ||
"description": "Fixing something on Linux", | ||
"argKeys": ["penguin"] | ||
}, | ||
{ | ||
"emoji": ":poop:", | ||
"type": "poop", | ||
"description": "Writing bad code that needs to be improved", | ||
"argKeys": ["poop"] | ||
}, | ||
{ | ||
"emoji": ":pushpin:", | ||
"type": "pushpin", | ||
"description": "Pinning dependencies to specific versions", | ||
"argKeys": ["pushpin"] | ||
}, | ||
{ | ||
"emoji": ":recycle:", | ||
"type": "recycle", | ||
"description": "Refactoring cod", | ||
"argKeys": ["recycle"] | ||
}, | ||
{ | ||
"emoji": ":rewind:", | ||
"type": "rewind", | ||
"description": "Reverting changes", | ||
"argKeys": ["rewind"] | ||
}, | ||
{ | ||
"emoji": ":robot:", | ||
"type": "robot", | ||
"description": "Fixing something on Android", | ||
"argKeys": ["robot"] | ||
}, | ||
{ | ||
"emoji": ":rocket:", | ||
"type": "rocket", | ||
"description": "Deploying stuff", | ||
"argKeys": ["rocket"] | ||
}, | ||
{ | ||
"emoji": ":rotating_light:", | ||
"type": "rotating_light", | ||
"description": "Removing linter warnings", | ||
"argKeys": ["rotating_light"] | ||
}, | ||
{ | ||
"emoji": ":see_no_evil:", | ||
"type": "see_no_evil", | ||
"description": "Adding or updating a .gitignore file", | ||
"argKeys": ["see_no_evil"] | ||
}, | ||
{ | ||
"emoji": ":sparkles:", | ||
"type": "sparkles", | ||
"description": "Introducing new features", | ||
"argKeys": ["sparkles"] | ||
}, | ||
{ | ||
"emoji": ":speech_balloon:", | ||
"type": "speech_balloon", | ||
"description": "Updating text and literals", | ||
"argKeys": ["speech_balloon"] | ||
}, | ||
{ | ||
"emoji": ":truck:", | ||
"type": "truck", | ||
"description": "Moving or renaming files", | ||
"argKeys": ["truck"] | ||
}, | ||
{ | ||
"emoji": ":twisted_rightwards_arrows:", | ||
"type": "twisted_rightwards_arrows", | ||
"description": "Merging branches", | ||
"argKeys": ["twisted_rightwards_arrows"] | ||
}, | ||
{ | ||
"emoji": ":whale:", | ||
"type": "whale", | ||
"description": "Work about Docker", | ||
"argKeys": ["whale"] | ||
}, | ||
{ | ||
"emoji": ":wheel_of_dharma:", | ||
"type": "wheel_of_dharma", | ||
"description": "Work about Kubernetes", | ||
"argKeys": ["wheel_of_dharma"] | ||
}, | ||
{ | ||
"emoji": ":wheelchair:", | ||
"type": "wheelchair", | ||
"description": "Improving accessibility", | ||
"argKeys": ["wheelchair"] | ||
}, | ||
{ | ||
"emoji": ":white_check_mark:", | ||
"type": "white_check_mark", | ||
"description": "Updating tests", | ||
"argKeys": ["white_check_mark"] | ||
}, | ||
{ | ||
"emoji": ":wrench:", | ||
"type": "wrench", | ||
"description": "Changing configuration files", | ||
"argKeys": ["wrench"] | ||
}, | ||
{ | ||
"emoji": ":zap:", | ||
"type": "zap", | ||
"description": "Improving performance", | ||
"argKeys": ["zap"] | ||
} | ||
], | ||
"rules": { | ||
"maxChar": 72, | ||
"minChar": 10, | ||
"endWithDot": false | ||
} | ||
} |
Oops, something went wrong.