@@ -7,16 +7,16 @@ Requirements
7
7
Before submitting a pull request on GitHub _, please make sure you meet the
8
8
following requirements:
9
9
10
- * The pull request points to dev _ branch.
10
+ * The pull request points to main _ branch.
11
11
* Changes are squashed into a single commit. I like to use git rebase for this.
12
12
* Commit message is in present tense. For example, "Fix bug" is good while
13
13
"Fixed bug" is not.
14
14
* Sphinx _-compatible docstrings.
15
15
* PEP8 _ compliance.
16
16
* 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
18
18
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
20
20
request submissions.
21
21
* Documentation is kept up-to-date with the new changes (see below).
22
22
@@ -88,12 +88,10 @@ Sphinx_. To build an HTML version on your local machine:
88
88
89
89
As always, thank you for your contribution!
90
90
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
93
93
.. _PEP8 : https://www.python.org/dev/peps/pep-0008/
94
- .. _coverage : https://coveralls.io/github/joowani/python-arango
95
94
.. _this : http://coverage.readthedocs.io/en/latest/excluding.html
96
- .. _Travis CI : https://travis-ci.org/joowani/python-arango
97
95
.. _Sphinx : https://github.com/sphinx-doc/sphinx
98
96
.. _flake8 : http://flake8.pycqa.org
99
97
.. _here : http://flake8.pycqa.org/en/latest/user/violations.html#in-line-ignoring-errors
0 commit comments