From 26157d0521af8940c61a7f0cc45847893a18862f Mon Sep 17 00:00:00 2001 From: Roland Date: Tue, 25 Sep 2012 16:15:21 +0200 Subject: [PATCH] reference akka-contrib from CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af10a1c2c3..42009925af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ Akka uses [Scalariform](https://github.com/mdr/scalariform) to enforce some of t ##Contributing Modules## For external contributions of entire modules, the normal way is to establish it as a stand-alone module first, - to show that there is a need for the module. The next step would be to add it to Akka as an "experimental module", + to show that there is a need for the module. The next step would be to add it to Akka as an "experimental module" (in the akka-contrib subproject), then when the module is hardened, well documented and tested it becomes an officially supported Akka module. [List of experimental Akka modules](http://doc.akka.io/docs/akka/current/experimental/index.html)