summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-05-11 16:27:57 -0700
committerDavid Lord <davidism@gmail.com>2021-05-11 16:27:57 -0700
commit8ce81fab480d1b9fce84e360df1049110cd0c5cb (patch)
tree93dee95b03755f58ab732ac5913fe948e1dfa25e /CONTRIBUTING.rst
parentb700cf61962d669d9610226e3f08a0dfd423e51f (diff)
downloadclick-8ce81fab480d1b9fce84e360df1049110cd0c5cb.tar.gz
rename default branch in files
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
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`_.