8000 DOC More detailed pull request and fork instructions (#8530) · scikit-learn/scikit-learn@360c8b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 360c8b5

Browse files
tfolkmanTyler Folkman
authored and
Tyler Folkman
committed
DOC More detailed pull request and fork instructions (#8530)
1 parent 49b686c commit 360c8b5

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CONTRIBUTING.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ GitHub, clone, and develop on a branch. Steps:
1818

1919
1. Fork the [project repository](https://github.com/scikit-learn/scikit-learn)
2020
by clicking on the 'Fork' button near the top right of the page. This creates
21-
a copy of the code under your GitHub user account. For more details on how to fork a repository see [this guide.](https://help.github.com/articles/fork-a-repo/)
21+
a copy of the code under your GitHub user account. For more details on
22+
how to fork a repository see [this guide.]
23+
(https://help.github.com/articles/fork-a-repo/)
2224

2325
2. Clone your fork of the scikit-learn repo from your GitHub account to your local disk:
2426

@@ -48,7 +50,10 @@ GitHub, clone, and develop on a branch. Steps:
4850
$ git push -u origin my-feature
4951
```
5052

51-
5. Follow [these](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) instructions to create a pull request from your fork. This will send an email to the committers.
53+
5. Follow [these]
54+
(https://help.github.com/articles/creating-a-pull-request-from-a-fork/)
55+
instructions to create a pull request from your fork. This will send
56+
an email to the committers.
5257

5358
(If any of the above seems like magic to you, please look up the
5459
[Git documentation](https://git-scm.com/documentation) on the web, or ask a friend or another contributor for help.)

doc/developers/contributing.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ then submit a "pull request" (PR):
111111
2. Fork the `project repository
112112
<https://github.com/scikit-learn/scikit-learn>`__: click on the 'Fork'
113113
button near the top of the page. This creates a copy of the code under your
114-
account on the GitHub server. For more details on how to fork a repository see `this guide <https://help.github.com/articles/fork-a-repo/>`_.
114+
account on the GitHub server. For more details on how to fork a
115+
repository see `this guide <https://help.github.com/articles/fork-a-repo/>`_.
115116

116117
3. Clone this copy to your local disk::
117118

@@ -133,7 +134,11 @@ then submit a "pull request" (PR):
133134

134135
$ git push -u origin my-feature
135136

136-
Finally, follow `these <https://help.github.com/articles/creating-a-pull-request-from-a-fork>`_ instructions to create a pull request from your fork. This will send an email to the committers. You may want to consider sending an email to the mailing list for more visibility.
137+
Finally, follow `these
138+
<https://help.github.com/articles/creating-a-pull-request-from-a-fork>`_
139+
instructions to create a pull request from your fork. This will send an
140+
email to the committers. You may want to consider sending an email to the
141+
mailing list for more visibility.
137142

138143
.. note::
139144

0 commit comments

Comments
 (0)
0