mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-01-27 18:20:05 +00:00
Run sphnix-quickstart and some workarounds. Sphinx is a logical choice because our docs is already in .rst.
25 lines
742 B
ReStructuredText
25 lines
742 B
ReStructuredText
.. _contributing:
|
|
|
|
Contributing guidelines
|
|
=======================
|
|
|
|
Wanna contribute to Patroni? Yay - here is how!
|
|
|
|
Reporting issues
|
|
----------------
|
|
|
|
If you have a question about patroni or have a problem using it, please read the :ref:`README <readme>` before filing an issue.
|
|
Also double check with the current issues on our `Issues Tracker <https://github.com/zalando/patroni/issues>`__.
|
|
|
|
Contributing a pull request
|
|
---------------------------
|
|
|
|
1) Submit a comment to the relevant issue or create a new issue describing your proposed change.
|
|
2) Do a fork, develop and test your code changes.
|
|
3) Include documentation
|
|
4) Submit a pull request.
|
|
|
|
You'll get feedback about your pull request as soon as possible.
|
|
|
|
Happy Patroni hacking ;-)
|