Skip to content

Commit a090bb2

Browse files
committed
Feedback changes. Typos and capitalization.
Fix GitHub capitalization.
1 parent 0962a10 commit a090bb2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Contributing to pycodestyle
2-
===============================
2+
===========================
33

44
When contributing to pycodestyle, please observe our `Code of Conduct`_.
55

66
Step 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
1111
fork 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

1515
Next, clone your fork of the pycodestyle repository to your system for
1616
editing::
@@ -22,7 +22,7 @@ edits. Next we will setup `virtualenv`_ which will help create an isolated
2222
environment 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::
4848
For more information see `virtualenv`_'s documentation.
4949

5050

51-
Step 4: Run tests
51+
Step 3: Run tests
5252
-----------------
5353

5454
Before 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

6565
At this point you can create a pull request back to the official pycodestyles
6666
repository 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

Comments
 (0)