Correct a PR template typo

This commit is contained in:
Michael Klishin 2018-08-21 18:54:10 +03:00
parent 7d4fa1c778
commit a4d575ba6d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ 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)