diff options
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4bd618567b..230febf8a2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,11 +16,11 @@ As long as we can understand the intent, it's all good. What types of changes does your code introduce to this project? _Put an `x` in the boxes that apply_ -- [ ] Bugfix (non-breaking change which fixes issue #NNNN) +- [ ] Bug fix (non-breaking change which fixes issue #NNNN) - [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Documentation (correction or otherwise) -- [ ] Cosmetics (whitespace, appearance) +- [ ] Breaking change (fix or feature that would cause an observable behavior change in existing systems) +- [ ] Documentation improvements (corrections, new content, etc) +- [ ] Cosmetic change (whitespace, formatting, etc) ## Checklist |
