-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix some typos #92
Fix some typos #92
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
lgtm, thanks!
PS: I see the checklist is left untouched, you can actually check these, this also notifies us you've covered them.
@endigo9740 Is this good to merge? |
@Hugos68 @jaakkonakaza I've given my approval, but looks like a minor merge conflict will need to be resolved here. |
I've resolved the conflict, I'll merge once CI passes👍 |
Description
Noticed the heading below says Changsets instead of Changesets so used a proofreading plugin to find some typos
Changsets
We use Changesets to automatically create our changelog per each release. Any changes or additions to the Library assets in
/lib
must be documented with a new Changeset. This can be done as follows:pnpm changeset
to trigger the Changeset CLI.minor
orpatch
. Nevermajor
.feature:
,chore:
orbugfix:
..md
files are added to the/.changeset
directory.Checklist
Please read and apply all contribution requirements.
dev
branch (NEVERmaster
)pnpm format
pnpm format
pnpm test