Skip to content

Commit

Permalink
Added contributing subsection and fixed link to web doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edran committed Nov 4, 2013
1 parent f2ceb4f commit 139cc68
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributing code
=================

**Note: This document is just to get started, visit [**Contributing
page**](http://scikit-learn.org/stable/developers/index.html#coding-guidelines)
page**](http://scikit-learn.org/stable/developers/index.html)
for the full contributor's guide. Please be sure to read it carefully to make
the code review process go as smoothly as possible and maximize the
likelihood of your contribution being merged.**
Expand Down
18 changes: 17 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,24 @@ GIT

You can check the latest sources with the command::

git clone git://github.com/scikit-learn/scikit-learn.git
git clone https://github.com/scikit-learn/scikit-learn.git

or if you have write privileges::

git clone [email protected]:scikit-learn/scikit-learn.git


Contributing
~~~~~~~~~~~~

Quick tutorial on how to go about setting up your environment to
contribute to scikit-learn: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md

Before opening a Pull Request, have a look at the
full Contributing page to make sure your code complies
with our guidelines: http://scikit-learn.org/stable/developers/index.html


Testing
-------

Expand All @@ -91,3 +102,8 @@ for more information.

Random number generation can be controlled during testing by setting
the ``SKLEARN_SEED`` environment variable.





0 comments on commit 139cc68

Please sign in to comment.