-
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.
Merge pull request #5 from dmitriyKvant/dev
Dev
- Loading branch information
Showing
79 changed files
with
7,988 additions
and
8,446 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,199 @@ | ||
{ | ||
"check_status": true, | ||
"commit_type": { | ||
"enable": true, | ||
"initial_value": "feat", | ||
"infer_type_from_branch": true, | ||
"append_emoji_to_label": false, | ||
"append_emoji_to_commit": false, | ||
"options": [ | ||
{ | ||
"value": "feat", | ||
"label": "feat", | ||
"hint": "A new feature", | ||
"emoji": "✨", | ||
"trailer": "Changelog: feature" | ||
}, | ||
{ | ||
"value": "fix", | ||
"label": "fix", | ||
"hint": "A bug fix", | ||
"emoji": "🐛", | ||
"trailer": "Changelog: fix" | ||
}, | ||
{ | ||
"value": "docs", | ||
"label": "docs", | ||
"hint": "Documentation only changes", | ||
"emoji": "📚", | ||
"trailer": "Changelog: documentation" | ||
}, | ||
{ | ||
"value": "refactor", | ||
"label": "refactor", | ||
"hint": "A code change that neither fixes a bug nor adds a feature", | ||
"emoji": "🔨", | ||
"trailer": "Changelog: refactor" | ||
}, | ||
{ | ||
"value": "perf", | ||
"label": "perf", | ||
"hint": "A code change that improves performance", | ||
"emoji": "🚀", | ||
"trailer": "Changelog: performance" | ||
}, | ||
{ | ||
"value": "style", | ||
"label": "style", | ||
"hint": "Improving the visual style of the code", | ||
"emoji": "💅", | ||
"trailer": "Changelog: style" | ||
}, | ||
{ | ||
"value": "test", | ||
"label": "test", | ||
"hint": "Adding missing tests or correcting existing tests", | ||
"emoji": "🚨", | ||
"trailer": "Changelog: test" | ||
}, | ||
{ | ||
"value": "build", | ||
"label": "build", | ||
"hint": "Changes that affect the build system or external dependencies", | ||
"emoji": "🚧", | ||
"trailer": "Changelog: build" | ||
}, | ||
{ | ||
"value": "ci", | ||
"label": "ci", | ||
"hint": "Changes to our CI configuration files and scripts", | ||
"emoji": "🤖", | ||
"trailer": "Changelog: ci" | ||
}, | ||
{ | ||
"value": "chore", | ||
"label": "chore", | ||
"hint": "Other changes that do not modify src or test files", | ||
"emoji": "🧹", | ||
"trailer": "Changelog: chore" | ||
}, | ||
{ | ||
"value": "", | ||
"label": "none" | ||
} | ||
] | ||
}, | ||
"commit_scope": { | ||
"enable": true, | ||
"custom_scope": false, | ||
"initial_value": "app", | ||
"options": [ | ||
{ | ||
"value": "app", | ||
"label": "app" | ||
}, | ||
{ | ||
"value": "widgets", | ||
"label": "widgets" | ||
}, | ||
{ | ||
"value": "features", | ||
"label": "features" | ||
}, | ||
{ | ||
"value": "entities", | ||
"label": "entities" | ||
}, | ||
{ | ||
"value": "shared", | ||
"label": "shared" | ||
}, | ||
{ | ||
"value": "client", | ||
"label": "client" | ||
}, | ||
{ | ||
"value": "cms", | ||
"label": "cms" | ||
}, | ||
{ | ||
"value": "turbo", | ||
"label": "turbo" | ||
}, | ||
{ | ||
"value": "", | ||
"label": "none" | ||
} | ||
] | ||
}, | ||
"check_ticket": { | ||
"infer_ticket": true, | ||
"confirm_ticket": true, | ||
"add_to_title": true, | ||
"append_hashtag": false, | ||
"prepend_hashtag": "Never", | ||
"surround": "", | ||
"title_position": "start" | ||
}, | ||
"commit_title": { | ||
"max_size": 70 | ||
}, | ||
"commit_body": { | ||
"enable": true, | ||
"required": false | ||
}, | ||
"commit_footer": { | ||
"enable": true, | ||
"initial_value": [], | ||
"options": [ | ||
"closes", | ||
"trailer", | ||
"breaking-change", | ||
"deprecated", | ||
"custom" | ||
] | ||
}, | ||
"breaking_change": { | ||
"add_exclamation_to_title": true | ||
}, | ||
"confirm_with_editor": false, | ||
"confirm_commit": true, | ||
"print_commit_output": true, | ||
"branch_pre_commands": [], | ||
"branch_post_commands": [], | ||
"worktree_pre_commands": [], | ||
"worktree_post_commands": [], | ||
"branch_user": { | ||
"enable": true, | ||
"required": false, | ||
"separator": "/" | ||
}, | ||
"branch_type": { | ||
"enable": true, | ||
"separator": "/" | ||
}, | ||
"branch_version": { | ||
"enable": false, | ||
"required": false, | ||
"separator": "/" | ||
}, | ||
"branch_ticket": { | ||
"enable": true, | ||
"required": false, | ||
"separator": "-" | ||
}, | ||
"branch_description": { | ||
"max_length": 70, | ||
"separator": "" | ||
}, | ||
"branch_action_default": "branch", | ||
"branch_order": [ | ||
"user", | ||
"version", | ||
"type", | ||
"ticket", | ||
"description" | ||
], | ||
"enable_worktrees": true, | ||
"overrides": {} | ||
} |
File renamed without changes.
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.turbo | ||
|
||
.env | ||
.yarn/unplugged | ||
.yarn/unplugged | ||
node_modules |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.