Skip to content

Commit 183ce1b

Browse files
committed
Grammar nazi
(PS: Great tool, thanks!)
1 parent 30db4b4 commit 183ce1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Contributors should use the following roadmap to guide them through the process
3333
#. Comment on the ticket letting everyone know you're going to be hacking on it so that nobody duplicates your effort. It's also good practice to provide some general idea of how you plan on resolving the issue so that other developers can make suggestions.
3434
#. Write tests for the feature you're building. Follow the format of the existing tests in the test directory to see how this works. You can run all the tests with the command ``nosetests``. The one exception to testing is command-line scripts. These don't need unit test, though all reusable components should be factored into library modules.
3535
#. Write the code. Try to stay consistent with the style and organization of the existing codebase. A good patch won't be refused for stylistic reasons, but large parts of it may be rewritten and nobody wants that.
36-
#. As your coding, periodically merge in work from the master branch and verify you haven't broken anything by running the test suite.
36+
#. As you're coding, periodically merge in work from the master branch and verify you haven't broken anything by running the test suite.
3737
#. Write documentation for user-facing features (and library features once the API has stabilized).
3838
#. Once it works, is tested, and has documentation, submit a pull request on Github.
3939
#. Wait for it to either be merged or to recieve a comment about what needs to be fixed.

0 commit comments

Comments
 (0)