diff options
author | louiz’ <louiz@louiz.org> | 2016-08-24 00:33:07 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-08-24 00:33:07 +0200 |
commit | 7b69ae373838c1adcbff223b7c2d8518ff6d8f85 (patch) | |
tree | 4584ecfc572567e62dab233c60824955315b7c4a | |
parent | ab6df235d7643b0246d11c1be2987d3176e3bc81 (diff) | |
download | slixmpp-7b69ae373838c1adcbff223b7c2d8518ff6d8f85.tar.gz slixmpp-7b69ae373838c1adcbff223b7c2d8518ff6d8f85.tar.bz2 slixmpp-7b69ae373838c1adcbff223b7c2d8518ff6d8f85.tar.xz slixmpp-7b69ae373838c1adcbff223b7c2d8518ff6d8f85.zip |
Add a contributing file
-rw-r--r-- | CONTRIBUTING.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 00000000..389f7200 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,14 @@ +Contributing to the Slixmpp project +=================================== + +To contribute, the preferred way is to commit your changes on some +publicly-available git repository (on a fork `on github +<https://github.com/poezio/slixmpp>`_ or on your own repository) and to +notify the developers with either: + - a ticket `on the bug tracker <https://dev.poez.io/new>`_ + - a pull request on github + - a simple message on `the XMPP MUC <xmpp:poezio@muc.poez.io>`_ + +Even though Slixmpp’s github repository is just a read-only mirror, we can +still be notified of the pull requests and fetch your mirror manually to +integrate your changes. |