From ad729d886cd6f1918c1305488c053fd612db5a28 Mon Sep 17 00:00:00 2001 From: tigarcia Date: Mon, 4 Jan 2021 11:22:42 -0800 Subject: [PATCH] Branch name change from master to main In the contributing doc, master branch was still in use. Changed to main --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index f1348b5ee..72162d2c7 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -52,7 +52,7 @@ If the contribution doesn't meet the above criteria, you may fail our automated 3. :herb: Create a new branch and check it out. 4. :crystal_ball: Make your changes and commit them locally. Magic happens here! 5. :arrow_heading_up: Push your new branch to your fork. (e.g. `git push username fix-issue-16`). -6. :inbox_tray: Open a Pull Request on github.com from your new branch on your fork to `master` in this +6. :inbox_tray: Open a Pull Request on github.com from your new branch on your fork to `main` in this repository. ## Maintainers