Update master branch to main

Signed-off-by: Nam Le <namhoai95@gmail.com>
Signed-off-by: ldhnam <namhoai95@gmail.com>
This commit is contained in:
ldhnam 2021-03-05 15:50:16 +07:00
parent 266e5e6c6c
commit 45e9037467
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ All our issues are regularly tagged so that you can also filter down the issues
## Pull Request Checklist
* Branch from the master branch and, if needed, rebase to the current master branch before submitting your pull request. If it doesn't merge cleanly with master you may be asked to rebase your changes.
* Branch from the main branch and, if needed, rebase to the current main branch before submitting your pull request. If it doesn't merge cleanly with main you may be asked to rebase your changes.
* Commits should be as small as possible, while ensuring that each commit is correct independently (i.e., each commit should compile and pass tests).