1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

fixed grammar in PR template

This commit is contained in:
Nguyễn Việt Hưng
2018-10-18 12:36:21 +07:00
parent fa3700df7c
commit 80c4601fdc

View File

@@ -17,13 +17,13 @@ your PR will be reviewed faster if we know exactly what it does.
- [ ] Bug fix (Change that fixed an issue)
- [ ] Breaking change (Change that can cause existing functionality to change)
- [ ] Improvement (Change that improve the code. Maybe performance or development improvement)
- [ ] Feature (Change that add new functionality)
- [ ] Documentation change (Change that modify documentation. Maybe typo fixes)
- [ ] Improvement (Change that improves the code. Maybe performance or development improvement)
- [ ] Feature (Change that adds new functionality)
- [ ] Documentation change (Change that modifies documentation. Maybe typo fixes)
# Checklist:
- [ ] My code follow the project code style
- [ ] My code follows the project code style
- [ ] I have written test for my code and it has been tested
- [ ] All existing tests has been passed
- [ ] All existing tests have been passed
- [ ] I have attached a screenshot/video to visualize my change if possible