1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-07-09 06:23:12 +00:00
Files
Boostnote/PULL_REQUEST_TEMPLATE.md
T
Nguyễn Việt Hưng 3b7bedbbe8 update pull request message
2018-10-21 10:25:28 +07:00

32 lines
977 B
Markdown

## Description
<!--
Tell us what your PR does.
Please attach a screenshot/ video/gif image describing your PR if possible.
-->
## Issue fixed
<!--
Please list out all issue fixed with this PR here.
-->
<!--
Please make sure you fill in these checkboxes,
your PR will be reviewed faster if we know exactly what it does.
Put an `x` in all the boxes that apply.
-->
## Type of changes
- [ ] Bug fix (Change that fixed an issue)
- [ ] Breaking change (Change that can cause existing functionality to change)
- [ ] 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 follows the project code style
- [ ] I have written test for my code and it has been tested
- [ ] All existing tests have been passed
- [ ] I have attached a screenshot/video to visualize my change if possible