Skip to content

Commit

Permalink
DOC: Specifically branch off main, instead of current branch (network…
Browse files Browse the repository at this point in the history
…x#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.
  • Loading branch information
MridulS authored Oct 25, 2022
1 parent dc70d03 commit 5209431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``)

Expand Down

0 comments on commit 5209431

Please sign in to comment.