summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2022-10-25 21:22:30 +0400
committerJarrod Millman <jarrod.millman@gmail.com>2022-11-01 10:28:20 -0700
commit4dcbf118be3613f4be02b1d2cf50890a1a225bc7 (patch)
treed4478e12dbb63eaacc6ec91e5985f035231ce7aa
parent520aa114a014ca0e117f0d8821f0d753aa43a957 (diff)
downloadnetworkx-4dcbf118be3613f4be02b1d2cf50890a1a225bc7.tar.gz
DOC: Specifically branch off main, instead of current branch (#6127)
Update the new contributor documentation to branch off from main. This will make sure people are creating branches from their local copy of main instead of the current working branch.
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 0ad02d92..003ad8c0 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -94,7 +94,7 @@ Development Workflow
branch name will appear in the merge message, use a sensible name
such as 'bugfix-for-issue-1480'::
- git checkout -b bugfix-for-issue-1480
+ git checkout -b bugfix-for-issue-1480 main
* Commit locally as you progress (``git add`` and ``git commit``)