Skip to content

feat: conditional subject-empty #3559

Open
@Badisi

Description

@Badisi

Expected Behavior

It would be great to have conditional subject-empty (not just always or never).

Because some types might not always require a subject:

# Here, subjects are required to understand the context (ie. what happened in the fix or feature)
fix(foo): bar
feat(foo): bar

# Here, subjects could be optionals as the scope is enough to understand the context (ie. no need to explain what I changed in the README)
docs(README)
chore(deps)
refactor(foo)
style(bar)

Current Behavior

subject-empty is either always or never, not conditional.

Affected packages

  • cli
  • core
  • prompt
  • config-angular

Possible Solution

No response

Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions