diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9db61e3eda..e294b818a7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -155,8 +155,6 @@ Each changeset defines which package(s) should be published and whether the chan To create a new changeset, run `pnpm changeset`. This will run the Changesets CLI, prompting you for details about the change. You’ll be able to edit the file after it’s created — don’t worry about getting everything perfect up front. -Since we’re currently in beta, all changes should be marked as a minor/patch release to keep us within the `v0.x` range. - Even though you can technically use any markdown formatting you like, headings should be avoided since each changeset will ultimately be nested within a bullet list. Instead, bold text should be used as section headings. If your PR is making changes to an area that already has a changeset (e.g. there’s an existing changeset covering theme API changes but you’re making further changes to the same API), you should update the existing changeset in your PR rather than creating a new one.