From 8ce81fab480d1b9fce84e360df1049110cd0c5cb Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 11 May 2021 16:27:57 -0700 Subject: rename default branch in files --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 30d8dcb..5e9ee63 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -141,12 +141,12 @@ Start coding $ git checkout -b your-branch-name origin/7.x If you're submitting a feature addition or change, branch off of the - "master" branch. + "main" branch. .. code-block:: text $ git fetch origin - $ git checkout -b your-branch-name origin/master + $ git checkout -b your-branch-name origin/main - Using your favorite editor, make your changes, `committing as you go`_. -- cgit v1.2.1