commit 10bfaac548e5be30ba1bea7ca5b6cef13e23e9bb Author: Matt Traudt sirmatt@ksu.edu Date: Mon Jun 25 15:13:19 2018 -0400
Move test coverage paragraph --- CONTRIBUTING.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d286e98..bdbdd99 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -26,6 +26,9 @@ Pull requests are welcome, especially if they address open issues. We use flake8 to check some PEP8 errors/warnings. This will be checked with ``tox`` and Travis.
+Simple Bandwidth Scanner is moving towards 100% test coverage. Please help us +reach that goal, or at least not move us away from it. + **Write good commit messages** that at least follow the spirit of :ref:`this example <commit-msg>`.
@@ -33,8 +36,6 @@ We use flake8 to check some PEP8 errors/warnings. This will be checked with large mega-commit. This not only makes code review easier, but it also makes commits that show up in ``git blame`` 10 years from now make more sense.
-Simple Bandwidth Scanner is moving towards 100% test coverage. Please help us -reach that goal, or at least not move us away from it.
Coding Guidelines =================
tor-commits@lists.torproject.org