Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
add contributing note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Apr 18, 2016
1 parent 92b28f5 commit a90cdf7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Set up the project for development and run the tests:
Now any changes made in the ``pykafka/`` folder will immediately be reflected in the
pykafka in your environment.

Check the issues list for the `"help wanted"`_ tag if you're interested in finding a place
to contribute.

.. _"help wanted": https://github.com/Parsely/pykafka/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22

Testing
-------

Expand Down
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@ These are two different projects.
See `the discussion here <https://github.com/Parsely/pykafka/issues/334>`_ for comparisons
between the two projects.

Contributing
------------

If you're interested in contributing code to PyKafka, a good place to start is the
`"help wanted"`_ issue tag. We also recommend taking a look at the `contribution guide`_.

.. _"help wanted": https://github.com/Parsely/pykafka/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
.. _contribution guide: https://github.com/Parsely/pykafka/blob/master/CONTRIBUTING.rst

Support
-------

Expand Down

0 comments on commit a90cdf7

Please sign in to comment.