@@ -30,6 +30,17 @@ The object database implementation is optimized for handling large quantities of
3030which is achieved by using low-level structures and data streaming.
3131
3232
33+ ### DEVELOPMENT STATUS
34+
35+ This project is in ** maintenance mode** , which means that
36+
37+ * …there will be no feature development, unless these are contributed
38+ * …there will be no bug fixes, unless they are relevant to the safety of users, or contributed
39+ * …issues will be responded to with waiting times of up to a month
40+
41+ The project is open to contributions of all kinds, as well as new maintainers.
42+
43+
3344### REQUIREMENTS
3445
3546GitPython needs the ` git ` executable to be installed on the system and available
@@ -203,18 +214,4 @@ gpg --edit-key 4C08421980C9
203214
204215New BSD License. See the LICENSE file.
205216
206- ### DEVELOPMENT STATUS
207-
208- ![ Python package] ( https://github.com/gitpython-developers/GitPython/workflows/Python%20package/badge.svg )
209- [ ![ Documentation Status] ( https://readthedocs.org/projects/gitpython/badge/?version=stable )] ( https://readthedocs.org/projects/gitpython/?badge=stable )
210- [ ![ Packaging status] ( https://repology.org/badge/tiny-repos/python:gitpython.svg )] ( https://repology.org/metapackage/python:gitpython/versions )
211-
212- This project is in ** maintenance mode** , which means that
213-
214- * …there will be no feature development, unless these are contributed
215- * …there will be no bug fixes, unless they are relevant to the safety of users, or contributed
216- * …issues will be responded to with waiting times of up to a month
217-
218- The project is open to contributions of all kinds, as well as new maintainers.
219-
220217[ contributing ] : https://github.com/gitpython-developers/GitPython/blob/master/CONTRIBUTING.md
0 commit comments