Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.12 KB

commit.md

File metadata and controls

36 lines (35 loc) · 1.12 KB

Commit Message Terms

Update

Used when modifying existing code, documentation, or files.

Create

Used when adding new code, files, or features.

Fix

Used when correcting bugs or errors in the code.

Refactor

Used when restructuring code without changing its external behavior.

Optimize

Used when improving the performance or efficiency of code.

Merge

Used when merging branches or integrating changes from other sources.

Revert

Used when reverting previous changes.

Implement

Used when adding new functionality or features.

Document

Used when updating documentation or comments.

Test

Used when adding, modifying, or removing tests.

Cleanup

Used when removing unused code, files, or dependencies.

Fix typo

Used when correcting spelling or grammatical errors in code or documentation.

Style

Used when making changes to code style or formatting.

Chore

Used for miscellaneous tasks not directly related to code changes (e.g., updating dependencies, configuring build tools).

Release

Used when preparing for a new release or version.




Generated by ChatGPT /03April2024/