From a5c2a2b10d8d95cd94f3e64c69b1a08b1b2aa190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Mon, 14 Jan 2019 16:43:35 +0200 Subject: [PATCH] Improve README and add badges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- README.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e72c604..d6ebb4d 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,14 @@ Django Axes :target: https://jazzband.co/ :alt: Jazzband +.. image:: https://img.shields.io/pypi/v/django-axes.svg + :target: https://pypi.org/project/django-axes/ + :alt: PyPI release + +.. image:: https://img.shields.io/readthedocs/django-axes.svg + :target: https://django-axes.readthedocs.io/ + :alt: Documentation + .. image:: https://secure.travis-ci.org/jazzband/django-axes.svg?branch=master :target: http://travis-ci.org/jazzband/django-axes :alt: Build Status @@ -44,9 +52,9 @@ https://github.com/jazzband/django-axes/issues Contributing ------------ -Open issues and pull requests against the ``development`` branch. +Please open issues and pull requests for contributions and patches. -Please separate proposed changes into small, different patches by type +Separate the proposed changes into small, distinct patches by type so that they can be merged faster into upstream and released quicker: * Feature