From f12c978732c864cf3f1a9697d9e8c0c01f0ceba9 Mon Sep 17 00:00:00 2001 From: Gabriele Bartolini Date: Mon, 2 Mar 2026 17:03:09 +1100 Subject: [PATCH] docs: add CONTRIBUTING.md file Signed-off-by: Gabriele Bartolini --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2be2bb4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing to CloudNativePG + +Thank you for your interest in contributing! 💖 + +To ensure consistency across the project, all CloudNativePG repositories follow +a common set of guidelines regarding code of conduct, AI usage, and +contribution workflows. + +Please review the [CloudNativePG Project contributing guidelines](https://github.com/cloudnative-pg/governance/blob/main/CONTRIBUTING.md) +before searching for issues, reporting bugs, or submitting a pull request.