From 26edbc0528aa8c65cdf4aa71fac366f27e1b4337 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 12 May 2017 12:20:42 +0200 Subject: [PATCH] Use the correct suffix, convert to Markdown. --- CONTRIBUTING | 22 ---------------------- CONTRIBUTING.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 22 deletions(-) delete mode 100644 CONTRIBUTING create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index 93349943d..000000000 --- a/CONTRIBUTING +++ /dev/null @@ -1,22 +0,0 @@ -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/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..9bd7e881e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# 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] (https://github.com/zalando-incubator/postgres-operator/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 Operator hacking ;-)