11Contributing to pycodestyle
2- ===============================
2+ ===========================
33
44When contributing to pycodestyle, please observe our `Code of Conduct `_.
55
66Step 1: Forking pycodestyle for editing
77---------------------------------------
88
9- Fork the pycodestyle repository on github . This will add
10- pycodestyle to your github account. You will push your changes to your
9+ Fork the pycodestyle repository on GitHub . This will add
10+ pycodestyle to your GitHub account. You will push your changes to your
1111fork and then make pull requests into the official pycodestyle repository.
1212
13- Github has an excellent `guide `_ that has screenshots on how to do this.
13+ GitHub has an excellent `guide `_ that has screenshots on how to do this.
1414
1515Next, clone your fork of the pycodestyle repository to your system for
1616editing::
@@ -22,7 +22,7 @@ edits. Next we will setup `virtualenv`_ which will help create an isolated
2222environment to manage dependancies.
2323
2424
25- Step 3 : Use virtualenv when developing
25+ Step 2 : Use virtualenv when developing
2626--------------------------------------
2727
2828`virtualenv `_ is a tool to create isolated python environments.
@@ -48,7 +48,7 @@ To deactivate the virtualenv you can type::
4848For more information see `virtualenv `_'s documentation.
4949
5050
51- Step 4 : Run tests
51+ Step 3 : Run tests
5252-----------------
5353
5454Before creating a pull request you should run the tests to make sure that the
@@ -64,7 +64,7 @@ All the tests should pass for all available interpreters, with the summary of::
6464
6565At this point you can create a pull request back to the official pycodestyles
6666repository for review! For more information on how to make a pull request,
67- github has an excellent `guide `_.
67+ GitHub has an excellent `guide `_.
6868
6969.. _virtualenv : http://docs.python-guide.org/en/latest/dev/virtualenvs/
7070.. _guide : https://guides.github.com/activities/forking/
0 commit comments