Created
June 9, 2023 23:27
-
-
Save megarubber/b4cdac3918da5f5dc2b7bba1373279c4 to your computer and use it in GitHub Desktop.
Convential commits for me never forget anymore
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
feat: Used when adding a new feature to the project. | |
fix: Used when fixing a bug or issue in the project. | |
docs: Used for documentation-related changes, such as updating README files or adding comments. | |
style: Used for code style changes, such as formatting, indentation, or renaming variables. | |
refactor: Used when making code changes that neither fix a bug nor add a feature, but improve the overall structure or readability. | |
test: Used for adding or modifying tests. | |
chore: Used for miscellaneous tasks, such as updating dependencies, configuring build tools, or performing maintenance tasks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment