diff --git a/CHANGELOG b/CHANGELOG index 4b5c3230c..77a9a3c57 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,7 @@ - add ability to set command line options by environment variable PYTEST_ADDOPTS. -- added documentationo on the new pytest-dev teams on bitbucket and +- added documentation on the new pytest-dev teams on bitbucket and github. See https://pytest.org/latest/contributing.html . Thanks to Anatoly for pushing and initial work on this. diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index de3030a5f..078d9a4b2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -209,10 +209,10 @@ Mercurial one, to remove confusion of people not knowing where it's better to put their issues and pull requests. Also it wasn't easily possible to automate the mirroring process. -However, it's still possible to use git to contribute to pytest using tools -like `gitifyhg `_ which allows you to -clone and work with Mercurial repo still using git. +In general we recommend to work with the same version control system of the +original repository. If you insist on using git with bitbucket/hg you +may try `gitifyhg `_ but are on your +own and need to submit pull requests through the respective platform, +nevertheless. + -.. warning:: - Remember that git is **not** a default version control system for pytest and - you need to be careful using it.