@@ -7,15 +7,15 @@ Requirements
77Before submitting a pull request on GitHub _, please make sure you meet the
88following **requirements **:
99
10- * The pull request points to dev _ (development) branch.
10+ * The pull request points to the dev _ (development) branch.
1111* All changes are squashed into a single commit (I like to use ``git rebase -i ``
1212 to do this).
1313* The commit message is in present tense (good: "Add feature", bad:
1414 "Added feature").
1515* Correct and consistent style: Sphinx _-compatible docstrings, correct snake
1616 and camel casing, and PEP8 _ compliance (see below).
1717* No classes/methods/functions with missing docstrings or commented-out lines.
18- You can take a look at the existing code in python-arango for examples.
18+ You can take a look at the source code on GitHub _ for examples.
1919* The test coverage _ remains at %100. You may find yourself having to write
2020 superfluous unit tests to keep this number up. If a piece of code is trivial
2121 and has no need for tests, use this _ to exclude it from coverage.
@@ -24,11 +24,11 @@ following **requirements**:
2424* Does not break backward-compatibility (unless there is a really good reason).
2525* Compatibility with all supported Python versions: 2.7, 3.4, 3.5 and 3.6.
2626
27- .. note ::
27+ .. warning ::
2828 The dev branch is occasionally rebased _, and its commit history may be
2929 overwritten in the process. Before you begin feature work, git fetch or
3030 pull to ensure that your local branch has not diverged. If you see git
31- conflicts and want to start from scratch, run these commands:
31+ conflicts and just want to start from scratch, run these commands:
3232
3333 .. code-block :: bash
3434
@@ -92,7 +92,7 @@ Documentation
9292=============
9393
9494The documentation (including the README) is written in reStructuredText _ and
95- uses Sphinx _. To build the HTML version of the documentation on your local
95+ uses Sphinx _. To build an HTML version of the documentation on your local
9696machine:
9797
9898.. code-block :: bash
0 commit comments