Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2616e1

Browse files
committed
Use github actions badge, and provide more information about the maintenance mode we are in
1 parent 391c002 commit e2616e1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,16 @@ New BSD License. See the LICENSE file.
187187
### DEVELOPMENT STATUS
188188

189189
[![codecov](https://codecov.io/gh/gitpython-developers/GitPython/branch/master/graph/badge.svg)](https://codecov.io/gh/gitpython-developers/GitPython)
190-
[![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg)](https://travis-ci.org/gitpython-developers/GitPython)
190+
![Python package](https://github.com/gitpython-developers/GitPython/workflows/Python%20package/badge.svg)
191191
[![Documentation Status](https://readthedocs.org/projects/gitpython/badge/?version=stable)](https://readthedocs.org/projects/gitpython/?badge=stable)
192192
[![Packaging status](https://repology.org/badge/tiny-repos/python:gitpython.svg)](https://repology.org/metapackage/python:gitpython/versions)
193193

194+
This project is in **maintenance mode**, which means that
194195

195-
Now that there seems to be a massive user base, this should be motivation enough to let git-python
196-
return to a proper state, which means
196+
* …there will be no feature development, unless these are contributed
197+
* …there will be no bug fixes, unless they are relevant to the safety of users, or contributed
198+
* …issues will be responded to with waiting times of up to a month
197199

198-
* no open pull requests
199-
* no open issues describing bugs
200+
The project is open to contributions of all kinds, as well as new maintainers.
200201

201202
[contributing]: https://github.com/gitpython-developers/GitPython/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)