diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 11:45:01 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 11:45:01 +0800 |
commit | e2616e12df494774f13fd88538e9a58673f5dabb (patch) | |
tree | 86f68dc8189ce7602b9671ddfbb059e2133957d0 | |
parent | 391c0023675b8372cff768ff6818be456a775185 (diff) | |
download | gitpython-e2616e12df494774f13fd88538e9a58673f5dabb.tar.gz |
Use github actions badge, and provide more information about the maintenance mode we are in
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -187,15 +187,16 @@ New BSD License. See the LICENSE file. ### DEVELOPMENT STATUS [](https://codecov.io/gh/gitpython-developers/GitPython) -[](https://travis-ci.org/gitpython-developers/GitPython) + [](https://readthedocs.org/projects/gitpython/?badge=stable) [](https://repology.org/metapackage/python:gitpython/versions) +This project is in **maintenance mode**, which means that -Now that there seems to be a massive user base, this should be motivation enough to let git-python -return to a proper state, which means +* …there will be no feature development, unless these are contributed +* …there will be no bug fixes, unless they are relevant to the safety of users, or contributed +* …issues will be responded to with waiting times of up to a month -* no open pull requests -* no open issues describing bugs +The project is open to contributions of all kinds, as well as new maintainers. [contributing]: https://github.com/gitpython-developers/GitPython/blob/master/CONTRIBUTING.md |