From 45e9037467720626ff5521037c22192403dbaae3 Mon Sep 17 00:00:00 2001 From: ldhnam Date: Fri, 5 Mar 2021 15:50:16 +0700 Subject: [PATCH] Update master branch to main Signed-off-by: Nam Le Signed-off-by: ldhnam --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e146df4ce..31c382694 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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).