diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9951262..722bf34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,8 @@ When making pull requests to the repository, make sure to follow these guideline - Before creating a pull request, file a GitHub Issue so that maintainers and the community can discuss the problem and potential solutions before you spend time on an implementation. - In your PR's description, link to any related issues or pull requests to give reviewers the full context of your change. - For commit messages, follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. - - For example, if you update documentation for a specific extension, your commit message might be: `docs(extension-name) updated installation documentation`. + - For example, if you update documentation for a specific extension, your commit message might be: `docs(extension-name): updated installation documentation`. + - For breaking changes, remember to include an exclamation mark after the tag, for example: `feat(extension-name)!: changed endpoint format`. ### Features @@ -40,4 +41,4 @@ Before creating pull requests for new features, first file a GitHub Issue descri ## License -By contributing to Supabase, you agree that your contributions will be licensed under its license specified in the repository you are contributing to. \ No newline at end of file +By contributing to Supabase, you agree that your contributions will be licensed under its license specified in the repository you are contributing to.