Skip to content

Instantly share code, notes, and snippets.

@PALASH-BAJPAI
Created June 20, 2024 17:18
Show Gist options
  • Save PALASH-BAJPAI/130b51d9a9ad4366d8f0ce7d72cb39a4 to your computer and use it in GitHub Desktop.
Save PALASH-BAJPAI/130b51d9a9ad4366d8f0ce7d72cb39a4 to your computer and use it in GitHub Desktop.
feat: Indicates a new feature or enhancement.
fix: Indicates a bug fix or correction of an issue.
docs: Indicates documentation-related changes, such as adding or updating documentation.
style: Indicates changes that do not affect the code's functionality, such as formatting, indentation, or whitespace changes.
refactor: Indicates code refactoring or restructuring without changing its external behavior.
test: Indicates changes related to testing, such as adding or modifying test cases.
chore: Indicates miscellaneous changes that do not fit into any other category, such as updating dependencies or build configurations.
perf: Indicates performance-related changes, such as optimizations or improvements.
ci: Indicates changes to the continuous integration (CI) pipeline or configurations.
revert: Indicates reverting a previous commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment