1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-27 23:57:17 +00:00

updated docs and pull request template

This commit is contained in:
Nguyễn Việt Hưng
2018-10-26 00:06:06 +07:00
parent c5554e8f1e
commit 6cb6cd3f26
3 changed files with 81 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
<!--
Before submitting this PR, please make sure that:
- You have read and understand the contributing.md
- You have checked docs/code_style.md for information on code style
-->
## Description
<!--
Tell us what your PR does.
@@ -25,7 +30,7 @@ Change :white_circle: to :radio_button: in all the options that apply
## Checklist:
- :white_circle: My code follows the project code style
- :white_circle: My code follows [the project code style](docs/code_style.md)
- :white_circle: I have written test for my code and it has been tested
- :white_circle: All existing tests have been passed
- :white_circle: I have attached a screenshot/video to visualize my change if possible