Skip to content

Conventional X

Conventional comments#

  • suggestion (blocking) is similar to todo. Omitting todo.
  • An actionable thought/note is a question. Omitting question, note.
Comment type Notes
**Praise:** Highlight something positive (do not leave false praise)
**Nitpick:** Non-blocking, preference-based
**Polish:** / **Typo:** Immediate quality improvement
**Suggestion (non-blocking):** Propose improvements (what + why)
**Question:** Uncertain about a potential concern (clarification request)
**Issue:** Highlight specific problem
**Chore:** Need to follow some existing policy/process

Conventional commits#

Commit type SemVer Notes
fix(scope): PATCH Patch a bug
feat(scope): MINOR Introduce new feature
<type>!: MAJOR BREAKING CHANGE: footer
test(scope):
refactor(scope):
perf(scope):
docs(scope):
style(scope):
ci(scope):
revert: (Depends) Refs: footer