@@ -13,7 +13,7 @@ Types of Contributions
1313Report Bugs
1414~~~~~~~~~~~
1515
16- Report bugs at https://github.com/phalt /pykemon/issues.
16+ Report bugs at https://github.com/PokeAPI /pykemon/issues.
1717
1818If you are reporting a bug, please include:
1919
@@ -43,7 +43,7 @@ articles, and such.
4343Submit Feedback
4444~~~~~~~~~~~~~~~
4545
46- The best way to send feedback is to file an issue at https://github.com/phalt /pykemon/issues.
46+ The best way to send feedback is to file an issue at https://github.com/PokeAPI /pykemon/issues.
4747
4848If you are proposing a feature:
4949
@@ -74,13 +74,13 @@ Ready to contribute? Here's how to set up `pykemon` for local development.
7474
7575 Now you can make your changes locally.
7676
77- 5. When you're done making changes, check that your changes pass flake8 and the tests, including testing other Python versions with tox::
77+ 5. When you're done making changes, check that your changes pass flake8, pep8 and the tests, including testing other Python versions with tox::
7878
79+ $ pep8 pykemon
7980 $ flake8 pykemon tests
80- $ python setup.py test
8181 $ tox
8282
83- To get flake8 and tox, just pip install them into your virtualenv.
83+ To get flake8 and tox, just pip install them into your virtualenv.
8484
85856. Commit your changes and push your branch to GitHub::
8686
@@ -99,7 +99,7 @@ Before you submit a pull request, check that it meets these guidelines:
99992. If the pull request adds functionality, the docs should be updated. Put
100100 your new functionality into a function with a docstring, and add the
101101 feature to the list in README.rst.
102- 3. The pull request should work for Python 2.6, 2. 7, and 3.3 , and for PyPy. Check
102+ 3. The pull request should work for Python 2.7, 3.6 , and 3.7. Check
103103 https://travis-ci.org/phalt/pykemon/pull_requests
104104 and make sure that the tests pass for all supported Python versions.
105105
0 commit comments