diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-02 20:16:37 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-02 20:19:31 +0300 |
| commit | 3cc287c44dc1395c027144debb415363fa60ea24 (patch) | |
| tree | 3d80ffb2624339ba1b1f8993b16d7014ab567664 /.github | |
| parent | 741d24eeb53b2ef2bd3996871ba8cdd6f4ef5b7c (diff) | |
| download | rabbitmq-server-git-3cc287c44dc1395c027144debb415363fa60ea24.tar.gz | |
While at it, update the PR template as well
Diffstat (limited to '.github')
| -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 |
