mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
PULL_REQUEST_TEMPLATE: align definitions of changes with semver
This commit is contained in:
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -14,8 +14,8 @@
|
||||
|
||||
## Types of changes
|
||||
|
||||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
||||
<!--- What types of changes does your code introduce? -->
|
||||
|
||||
- [ ] 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)
|
||||
|
||||
Reference in New Issue
Block a user