diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 432f5a6a8..881b8fe65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,7 @@ Please title your PR according to the following types and scopes following [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/): - `fix(SDK name):` will trigger a patch version +- `chore():` will not trigger any release and should be used for internal repo changes - `(public):` will trigger a patch version for non-code changes (e.g. README changes) - `feat(SDK name):` will trigger a minor version - `feat(!):` will trigger a major version for a breaking change