diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0eaa00402..4ee4a8c5c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,7 @@ pnpm changeset and filling out the form with the appropriate information. Then, add the generated changeset to git: ```bash -git add ./changeset/*.md && git commit -m "chore: add changeset" +git add .changeset/*.md && git commit -m "chore: add changeset" ``` When all that's done, it's time to file a pull request to upstream: