From 191edc6e02f406f353b55b5534632516c9f4a187 Mon Sep 17 00:00:00 2001 From: Sebastian Ratz Date: Fri, 21 Apr 2023 09:34:38 +0100 Subject: [PATCH] Add contributing information --- CONTRIBUTING.md | 2 ++ README.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000000..1e18cdd8f6d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +# Contributing to Eclipse Platform +See https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md diff --git a/README.md b/README.md index 4dcc3e93d9f..61c70156fbe 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ Performance Tests ----------------- See [Performance README.md](production/README.md) +How to contribute +----------------- +Contributions to Eclipse Platform are most welcome. There are many ways to contribute, +from entering high quality bug reports, to contributing code or documentation changes. +For a complete guide, see https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md. + Additional informations -----------------------