Merge pull request #8563 from ldhnam/update-contributing

Update master branch to main in CONTRIBUTING.md
This commit is contained in:
Julien Pivotto 2021-03-05 09:59:10 +01:00 committed by GitHub
commit 8d2a8f4939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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).