summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 6de42ea40..2237d9950 100644
--- a/README.rst
+++ b/README.rst
@@ -12,9 +12,13 @@ Pyramid
:target: http://docs.pylonsproject.org/projects/pyramid/en/latest/
:alt: Latest Documentation Status
-Pyramid is a small, fast, down-to-earth, open source Python web framework.
-It makes real-world web application development and
-deployment more fun, more predictable, and more productive.
+.. image:: https://img.shields.io/badge/irc-freenode-blue.svg
+ :target: https://webchat.freenode.net/?channels=pyramid
+ :alt: IRC Freenode
+
+Pyramid is a small, fast, down-to-earth, open source Python web framework. It
+makes real-world web application development and deployment more fun, more
+predictable, and more productive.
Pyramid is produced by the `Pylons Project <http://pylonsproject.org/>`_.
@@ -24,6 +28,13 @@ Support and Documentation
See the `Pylons Project website <http://pylonsproject.org/>`_ to view
documentation, report bugs, and obtain support.
+Developing and Contributing
+---------------------------
+
+See ``HACKING.txt`` and ``contributing.md`` for guidelines for running tests,
+adding features, coding style, and updating documentation when developing in or
+contributing to Pyramid.
+
License
-------