-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vladyslav Dukhin <[email protected]>
- Loading branch information
Showing
5 changed files
with
121 additions
and
49 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
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
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 |
---|---|---|
@@ -1,22 +1,24 @@ | ||
# <type>(<scope>): <subject> | ||
# type: fix, feat, test, docs, refactor, perf, chore, build, ci, style, revert | ||
# scope: common, core, client, server, router, service, changelog etc. | ||
# subject: a succinct description of the change in imperative present tense | ||
# ! after the type/scope, introduces a breaking change | ||
# Ex. "feat(parser): add ability to parse arrays" | ||
# Ex. "refactor(runtime)!: drop support for Node.js 10" | ||
# Ex. "docs: correct spelling of CHANGELOG" | ||
# |<---- Maximum Of 72 Characters | ---->| | ||
|
||
|
||
# BODY (optional) | ||
# Ex. "This reverts commit <commit-hash>." | ||
# |<---- Maximum Of 72 Characters ---->| | ||
|
||
# FOOTER (optional) | ||
# Examples: | ||
# BREAKING CHANGE: <description> | ||
# Co-authored-by: name <[email protected]> | ||
# Signed-off-by: name <[email protected]> | ||
# Closes/Fixes/Resolves: #ISSUE-NUMBER or OWNER/REPOSITORY#ISSUE-NUMBER | ||
# Refs #ISSUE-NUMBER (not a complete fix) | ||
# =========================== | ||
# Conventional commits Guide | ||
# =========================== | ||
# Summary: | ||
# - <type>(<scope>): <subject> | ||
# - max 72 chars, ideally fewer than 50 | ||
# - type: fix, feat, test, docs, refactor, perf, chore, build, ci, style, revert | ||
# - scope: common, core, client, server, router, service, changelog etc. | ||
# - subject: a succinct description of the change in imperative present tense | ||
# - ! after the type/scope, introduces a breaking change | ||
# Summary examples: | ||
# - feat(parser): add ability to parse arrays | ||
# - refactor(runtime)!: drop support for Node.js 10 | ||
# - docs: correct spelling of CHANGELOG | ||
# Body (optional) examples: | ||
# - This reverts commit <commit-hash> | ||
# Trailer (optional) examples: | ||
# - BREAKING CHANGE: <description> | ||
# - Co-authored-by: name <[email protected]> | ||
# - Signed-off-by: name <[email protected]> | ||
# - Closes/Fixes/Resolves: #ISSUE-NUMBER or OWNER/REPOSITORY#ISSUE-NUMBER | ||
# - Refs #ISSUE-NUMBER (not a complete fix) | ||
# =========================== |
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
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