-
Notifications
You must be signed in to change notification settings - Fork 17
📝 (chore) [NO-ISSUE]: Add Cursor rules for changeset and commit conventions #1244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds two Cursor IDE rule files to provide AI-assisted guidance for developers working with the project's commit and changeset conventions. These rules help enforce the gitmoji-based commit message format and guide developers through the changeset creation process.
Changes:
- Added
.cursor/rules/commit.mdcwith commit message formatting guidelines - Added
.cursor/rules/changeset.mdcwith changeset creation instructions
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
.cursor/rules/commit.mdc |
Documents commit message convention using gitmoji format, scopes, and optional ticket references |
.cursor/rules/changeset.mdc |
Provides guidelines for creating changesets with appropriate version bumps |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d1a11a5 to
410c488
Compare
ofreyssinet-ledger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
📝 Description
Adds Cursor IDE rules and slash commands to help developers follow the project's conventions:
Rules (
.cursor/rules/):changeset.mdc: Guidelines for creating changesets with proper version bumpscommit.mdc: Commit message format using gitmoji conventionCommands (
.cursor/commands/):/changeset: Quick access to changeset creation guidelines/commit: Quick access to commit message conventionsThese integrate with Cursor's AI assistant to provide contextual guidance when creating commits and changesets.
❓ Context
✅ Checklist