-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
[Chore] Implement Conventional Commits for the project
Description
As the project grows, having a standardized commit message format becomes essential for readability and automation (like automated changelogs).
Proposed Standard
We should follow the Conventional Commits specification:
type(scope): description
Common types:
feat: A new featurefix: A bug fixdocs: Documentation only changesrefactor: A code change that neither fixes a bug nor adds a feature
Tasks
- Update the
CONTRIBUTING.md(if exists) orREADME.mdto mention this standard.
Benefit
Makes the git history much easier to navigate and allows tools like git-cliff to categorize changes automatically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels