Cursor Rule: Commits Convention

PreviousNext

Cursor rule file for commit conventions.

Docs
opticsfile

Preview

Loading preview…
registry/optics/cursor/rules/commits-convention.mdc
---
description: Rules for Commit Convention
globs: *
alwaysApply: false
---
# Commit Convention

Use conventional commits.
- `feat:` New feature.
- `fix:` Bug fix.
- `docs:` Documentation changes.
- `style:` Code style changes (formatting, etc).
- `refactor:` Code refactoring.
- `test:` Adding tests.
- `chore:` Maintenance Tasks.

Installation

npx shadcn@latest add @optics/cursor-rule-commits-convention

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.