@@ -7,16 +7,16 @@ Requirements
77Before submitting a pull request on GitHub _, please make sure you meet the
88following requirements:
99
10- * The pull request points to dev _ branch.
10+ * The pull request points to main _ branch.
1111* Changes are squashed into a single commit. I like to use git rebase for this.
1212* Commit message is in present tense. For example, "Fix bug" is good while
1313 "Fixed bug" is not.
1414* Sphinx _-compatible docstrings.
1515* PEP8 _ compliance.
1616* No missing docstrings or commented-out lines.
17- * Test coverage _ remains at %100. If a piece of code is trivial and does not
17+ * Test coverage remains at %100. If a piece of code is trivial and does not
1818 need unit tests, use this _ to exclude it from coverage.
19- * No build failures on ` Travis CI `_ . Builds automatically trigger on pull
19+ * No build failures. Builds automatically trigger on pull
2020 request submissions.
2121* Documentation is kept up-to-date with the new changes (see below).
2222
@@ -88,12 +88,10 @@ Sphinx_. To build an HTML version on your local machine:
8888
8989 As always, thank you for your contribution!
9090
91- .. _ dev : https://github.com/joowani /python-arango/tree/dev
92- .. _GitHub : https://github.com/joowani /python-arango
91+ .. _ main : https://github.com/arangodb /python-arango/tree/main
92+ .. _GitHub : https://github.com/arangodb /python-arango
9393.. _PEP8 : https://www.python.org/dev/peps/pep-0008/
94- .. _coverage : https://coveralls.io/github/joowani/python-arango
9594.. _this : http://coverage.readthedocs.io/en/latest/excluding.html
96- .. _Travis CI : https://travis-ci.org/joowani/python-arango
9795.. _Sphinx : https://github.com/sphinx-doc/sphinx
9896.. _flake8 : http://flake8.pycqa.org
9997.. _here : http://flake8.pycqa.org/en/latest/user/violations.html#in-line-ignoring-errors
0 commit comments