diff options
author | xhaggi <sascha.woo@gmail.com> | 2017-07-20 14:20:34 +0200 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2017-07-20 14:20:34 +0200 |
commit | 6dc1c0cbb5d61b04e36225cc28087cfae4097933 (patch) | |
tree | bd8792bdc647ed208df6fd957c78ff361afd6b3f /PULL_REQUEST_TEMPLATE.md | |
parent | 5951105ac5755f72a2d67e82a6864bec3d0389f0 (diff) |
[github] add improvement as new type of change
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 5738daf37d..ed898ddfba 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -17,6 +17,7 @@ ## Types of change <!--- What type of change does your code introduce? Put an `x` in all the boxes that apply like this: [X] --> - [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] Improvement (non-breaking change which improves existing functionality) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) |