Files
patroni/CONTRIBUTING.md
T
lothar schulzandOleksii Kliukin 1100136d8d contribution details moved to contribution.md (#311)
* adapted contribution hints and created contribution.md
2016-09-20 14:35:29 +02:00

20 lines
655 B
Markdown

# Contributing guidelines
Wanna contribute to Patroni? Yay - here is how!
## Filing issues
If you have a question about patroni or have a problem using it, please read the [readme]( README.rst) 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.
1. Do a fork, develop and test your code changes.
1. Include documentation
1. Submit a pull request.
You'll get feedback about your pull request as soon as possible.
Happy Patroni hacking ;-)