Skip to content

Commit

Permalink
docs - fixes in the contributing.rst for the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
ksachdeva committed Oct 21, 2019
1 parent 5e9506d commit 00e763c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ Get Started!

Ready to contribute? Here's how to set up `sknni` for local development.

1. Fork the `sknni` repo on GitHub.
1. Fork the `scikit-nni` repo on GitHub.
2. Clone your fork locally::

$ git clone git@github.com:your_name_here/sknni.git
$ git clone git@github.com:your_name_here/scikit-nni.git

3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::

Expand Down Expand Up @@ -102,8 +102,8 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.5, 3.6 and 3.7, and for PyPy. Check
https://travis-ci.org/ksachdeva/sknni/pull_requests
3. The pull request should work for Python 3.6 and 3.7, and for PyPy. Check
https://travis-ci.org/ksachdeva/scikit-nni/pull_requests
and make sure that the tests pass for all supported Python versions.

Tips
Expand Down

0 comments on commit 00e763c

Please sign in to comment.