-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feat/rules #230
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 changeset
in the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should beminor
while chores and bugfixes should bepatch
. Please prefix the changeset message withfeat:
,fix:
orchore:
.Checklist
Please read and apply all contribution requirements.
main
branchdocs/
,feat/
,chore/
,fix/
turbo lint
turbo format
turbo test
Commit 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 change
feat(module): short description of change
feat(module): short description of change
BREAKING CHANGE: Long description of what is breaking
ci(module): short description of change