diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3f9055e0..167df146 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,8 +14,8 @@ ## Types of changes - + -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR) +- [ ] New feature (non-breaking change which adds functionality - semver MINOR) +- [ ] Bug fix (non-breaking change which fixes an issue - semver PATCH)