Skip to content

Instantly share code, notes, and snippets.

@megarubber
Created June 9, 2023 23:27
Show Gist options
  • Save megarubber/b4cdac3918da5f5dc2b7bba1373279c4 to your computer and use it in GitHub Desktop.
Save megarubber/b4cdac3918da5f5dc2b7bba1373279c4 to your computer and use it in GitHub Desktop.
Convential commits for me never forget anymore
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