Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe3a99d

Browse files
committed
DOC add link in the contributing doc for rebasing on master
1 parent 69ca580 commit fe3a99d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/developers/contributing.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,16 @@ visibility.
148148

149149
$ git remote add upstream https://github.com/scikit-learn/scikit-learn.git
150150

151-
(If any of the above seems like magic to you, then look up the
152-
`Git documentation <https://git-scm.com/documentation>`_ on the web.)
151+
If any of the above seems like magic to you, then look up the
152+
`Git documentation <https://git-scm.com/documentation>`_ on the web.
153+
154+
If some conflicts arise between your branch and the master branch, you will need
155+
to `rebase your branch on master
156+
<http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#rebasing-on-master>`_.
157+
Please avoid merging master branch into yours. If you did it anyway, you can
158+
fix it following `this example
159+
<https://github.com/scikit-learn/scikit-learn/pull/7111#issuecomment-249175383>`_.
160+
153161

154162
Contributing pull requests
155163
--------------------------

0 commit comments

Comments
 (0)