Skip to content

Commit 240913b

Browse files
authored
Add Release Notes and Contributors so we can remove the extra files.
1 parent 28a7db7 commit 240913b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.rst

+8-6
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@ Project information:
1818

1919
Automated code metrics:
2020

21-
.. image:: https://img.shields.io/travis/GaretJax/django-click.svg
22-
:target: https://travis-ci.org/GaretJax/django-click
23-
2421
.. image:: https://img.shields.io/coveralls/GaretJax/django-click/master.svg
2522
:target: https://coveralls.io/r/GaretJax/django-click?branch=master
2623

27-
.. image:: https://img.shields.io/codeclimate/github/GaretJax/django-click.svg
28-
:target: https://codeclimate.com/github/GaretJax/django-click
29-
3024
``django-click`` is a library to easily write Django management commands using the
3125
``click`` command line library.
3226

@@ -67,3 +61,11 @@ And then call the command with::
6761
Check out the `test commands
6862
<https://github.com/GaretJax/django-click/tree/master/djclick/test/testprj/testapp/management/commands>`_
6963
for additional example commands and advanced usage.
64+
65+
Release Notes and Contributors
66+
==============================
67+
68+
* `Release Notes on GitHub <https://github.com/GaretJax/django-click/releases>`_
69+
* `Our Wonderful Contributors <https://github.com/GaretJax/django-click/graphs/contributors>`_
70+
71+
This package is maintained by `Jonathan Stoppani <https://github.com/GaretJax/>`_ and `Timothy Allen <https://github.com/FlipperPA/>`_, who have many professional responsibilities. We are thrilled that our employers allow us a certain amount of time to contribute to open-source projects. We add features as they are necessary for our projects, and try to keep up with Issues and Pull Requests as best we can. Due to constraints of time (our full time jobs!), Feature Requests without a Pull Request may not be implemented, but we are always open to new ideas and grateful for contributions and our users.

0 commit comments

Comments
 (0)