Skip to content

Change commit convention: enforce a space between context and scope #6

@warengonzaga

Description

@warengonzaga

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.

Metadata

Metadata

Labels

conventionConvention rules and implementation (Issues/PRs)

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions