From 487474855728f2b277ce59911beb0655036c6c92 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 29 Jul 2023 14:38:37 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#507) * Update CONTRIBUTING.md * Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ea7eb0c2d..b1e784ea28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,12 +6,7 @@ You're always welcome to submit your PR straight away and start the discussion ( ## The Apache Pekko Community -If you have questions about the contribution process or discuss specific issues, please interact with the community using the following resources. - -- [GitHub discussions](https://github.com/apache/incubator-pekko/discussions): for questions and general discussion. -- [Pekko user mailing list](https://lists.apache.org/list.html?user@pekko.apache.org): for Pekko usage discussions. -- [Pekko dev mailing list](https://lists.apache.org/list.html?dev@pekko.apache.org): for Pekko development discussions. -- [GitHub issues](https://github.com/apache/incubator-pekko/issues): for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first. +If you have questions about the contribution process or discuss specific issues, please interact with the community using the community links in the [README](README.md). ## Navigating around the project & codebase @@ -503,7 +498,7 @@ You can read up on `remaining` and friends in [TestKit.scala](https://github.com For external contributions of entire features, the normal way is to establish it as a stand-alone project first, to show that there is a need for the feature. If there is enough interested, the next step would be to add it to Pekko as an "may change"-feature (possibly in a new subproject) and marking it's public api with the `ApiMayChange` annotation, then when the feature is hardened, well documented and tested it becomes an officially supported Pekko feature. -[List of Pekko features marked as may change](https://pekko.apache.org/) +[List of Pekko features marked as may change](https://pekko.apache.org/docs/pekko/current/common/may-change.html) ### Java APIs in Pekko