-
-
Notifications
You must be signed in to change notification settings - Fork 6
Feat/rules #230
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
base: main
Are you sure you want to change the base?
Feat/rules #230
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Linked Issue
Closes #{issueNumber}
Description
{description}
Changsets
Instructions: Changesets automate our changelog. If you modify files in
/packages/ui, runpnpm run changesetin the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should beminorwhile chores and bugfixes should bepatch. Please prefix the changeset message withfeat:,fix:orchore:.Checklist
Please read and apply all contribution requirements.
mainbranchdocs/,feat/,chore/,fix/turbo lintturbo formatturbo testCommit message format
This project requires at least one commit per PR to follow the below format.
Commit type: [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]
fix(module): short description of changefeat(module): short description of changefeat(module): short description of changeBREAKING CHANGE: Long description of what is breakingci(module): short description of change