Created
June 7, 2021 23:47
-
-
Save vctrtvfrrr/cc3ff4852e1efbbe6ca62083837f7e37 to your computer and use it in GitHub Desktop.
Conventional commits / Feature branch
This file contains hidden or 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
<build>: Build related changes (eg: npm related/ adding external dependencies) | |
<chore>: A code change that external user won't see (eg: change to .gitignore) | |
<docs>: Documentation related changes | |
<feat>: Introduction of a new feature | |
<fix>: Resolve an issue directly linked to development (bugfixes) | |
<hotfix>: Resolve an issue directly linked to production (patches) | |
<test>: Add/Update test cases | |
<perf>: Add code that improves performance | |
<refact>: Update for code for maintainability (clean code) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment