2016-08-23 22:33:07 +00:00
|
|
|
|
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:
|
2019-02-12 10:34:57 +00:00
|
|
|
|
- a ticket `on the bug tracker <https://lab.louiz.org/poezio/slixmpp/issues/new>`_
|
2016-08-23 22:33:07 +00:00
|
|
|
|
- a pull request on github
|
2016-08-23 21:10:17 +00:00
|
|
|
|
- a simple message on `the XMPP MUC <xmpp:slixmpp@muc.poez.io>`_
|
2016-08-23 22:33:07 +00:00
|
|
|
|
|
|
|
|
|
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.
|