Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cursorrules
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Always use conventional commit format for all commits and PR titles:
- **revert**: Reverts a previous commit

### Scope Guidelines
- **IMPORTANT**: Scopes should match the names of packages in the repo (without the `@imtbl/` prefix)
- **IMPORTANT**: Scopes should match the names of packages in the repo (without the `@imtbl/` prefix).
- Examples of valid scopes: `checkout-widgets`, `passport`, `config`, `blockchain-data`, etc.
- Find the correct scope by checking the package.json `name` field in the relevant package directory
- Use the full package name after `@imtbl/` (e.g., if package is `@imtbl/checkout-widgets`, use `checkout-widgets`)
Expand All @@ -53,4 +53,4 @@ Always use conventional commit format for all commits and PR titles:
- Use the body to explain what and why vs. how
- Wrap the body at 72 characters

When creating PRs, always follow this conventional commit style for both the commit messages and PR titles.
When creating PRs, always follow this conventional commit style for both the commit messages and PR titles.
Loading