Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.6, 2.7, 3.4, 3.5, 3.6 and for PyPy. Check
https://travis-ci.org/metachris/logzero/pull_requests
3. The pull request should work for Python 3.6, 3.7, 3.8 and for PyPy. Check
`.github/workflows/test.yaml <https://github.com/metachris/logzero/blob/master/.github/workflows/test.yml>`_
and make sure that the tests pass for all supported Python versions.

Tips
Expand Down