From 19474823f256ddcef428ddce4e870c8ac5f62bf3 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 12 May 2017 12:17:49 +0200 Subject: [PATCH] Add MAINTAINERS and CONTRIBUTING guidelines. --- CONTRIBUTING | 22 ++++++++++++++++++++++ MAINTAINERS | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 CONTRIBUTING create mode 100644 MAINTAINERS diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 000000000..93349943d --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,22 @@ +Contributing guidelines +======================= + +Wanna contribute to the Postgres Operator? Yay - here is how! + +Reporting issues +---------------- + +If you have a question about patroni or have a problem using it, please read the :ref:`README ` before filing an issue. +Also double check with the current issues on our `Issues Tracker `__. + +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 Operator hacking ;-) diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 000000000..c713d6570 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,2 @@ +Murat Kabilov +Oleksii Kliukin