-
-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
conventionConvention rules and implementation (Issues/PRs)Convention rules and implementation (Issues/PRs)
Description
Problem Statement
Currently, the commit convention uses no space between the context and the scope (e.g., new(core):). This format is less readable and visually pleasing.
Proposed Change
Update the commit convention to include a space between the context and scope, so it becomes new (core): instead of new(core):. This change applies to all relevant commit types and scopes defined in the project.
Rationale
- Improves readability for contributors.
- Aligns with common style conventions.
- Makes context and scope easier to distinguish at a glance.
Impact
This will require updating the documentation and possibly tooling/automation/scripts that enforce or recognize the current convention.
Copilot
Metadata
Metadata
Assignees
Labels
conventionConvention rules and implementation (Issues/PRs)Convention rules and implementation (Issues/PRs)
Type
Projects
Status
Done