Skip to content

Commit 1d1d021

Browse files
committed
chore: add conventional commits template
1 parent 94391f1 commit 1d1d021

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.conventional_commits

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
#
3+
#-------------------------------------------------------------------------------
4+
#
5+
# feat - A new feature
6+
# fix - A bug fix
7+
# docs - Documentation only changes
8+
# style - Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
9+
# refactor - A code change that neither fixes a bug nor adds a feature
10+
# perf - A code change that improves performance
11+
# test - Adding missing tests or correcting existing tests
12+
# build - Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
13+
# ci - Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
14+
# chore - Other changes that don't modify src or test files
15+
# revert - Reverts a previous commit
16+
# bump - Version update
17+
# localize - Translations update
18+
#
19+
#
20+
# Conventional Commits v1.0.0
21+
# - Check out the details here: conventionalcommits.org
22+
#
23+
#
24+
# <type>(<scope>): <subject>
25+
# ^--^ ^----------^
26+
# | |
27+
# | +-> Summary in present tense.
28+
# |
29+
# +-------> Type: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert, bump, or localize.
30+
#
31+
# <scope> is optional
32+
#
33+
#
34+
# Each type is referenced here:
35+
# - joshbuchea's semantic-commit-messages.md
36+
#
37+
#-------------------------------------------------------------------------------
38+
#

0 commit comments

Comments
 (0)