Skip to content

Commit add36cd

Browse files
authored
Rename master branch to main
1 parent 91ce2fc commit add36cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The sections below outline the steps in each case.
2828

2929
1. (**important**) announce your plan to the rest of the community _before you start working_. This announcement should be in the form of a (new) issue [here][2];
3030
2. (**important**) wait until some kind of consensus is reached about your idea being a good idea;
31-
3. if needed, create your own feature branch off of the latest master commit. While working on your feature branch, make sure to stay up to date with the master branch by pulling in changes, possibly from the 'upstream' repository (follow the instructions [here][4] and [here][5]);
31+
3. if needed, create your own feature branch off of the latest main branch. While working on your feature branch, make sure to stay up to date with the main branch by pulling in changes, possibly from the 'upstream' repository (follow the instructions [here][4] and [here][5]);
3232
<!-- 4. make sure the existing tests still work by running ``python setup.py test``; -->
3333
<!-- 5. add your own tests (if necessary); -->
3434
6. update or expand the documentation;

0 commit comments

Comments
 (0)