summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
Commit message (Collapse)AuthorAgeFilesLines
* Updating PR template (#1745)v4.1.0rc1Chayim2021-11-251-0/+1
|
* use github actions instead of travis-CIRoey Prat2021-06-301-1/+1
|
* Unify tox and Travis test matrix (#1243)Jon Dufresne2019-11-121-1/+1
| | | | | | | | | | | | | | | tox can now always be used as the test entry point and allows for contributors to easily test the full test matrix locally. Starting with setuptools v41.5.0 (27 Oct 2019) the `setup.py test` command is formally deprecated. It now emits a warning on use. Prior to this version, it use was discouraged by the setuptools developers. Now, always use tox as the one testing entry point. It handles multiple version of Python and Redis. The Travis CI configuration was reworked to use tox to install dependencies and run tests in the same manner that contributors would do locally.
* fix typojunnplus2019-01-311-1/+1
|
* Add github templates.Theo Despoudis2018-12-041-0/+15
ISSUE_TEMPLATE for creating issues PULL_REQUEST_TEMPLATE for creating PRs Signed-off-by: Theo Despoudis <thdespou@hotmail.com>