Adding docs section in the CONTRIBUTING.md about experimental modules.

This commit is contained in:
Viktor Klang 2012-09-24 16:18:52 +02:00
parent 99aeef3ee9
commit 6fc880c4dd

View file

@ -55,4 +55,12 @@ Core review values:
##Source style##
Akka uses [Scalariform](https://github.com/mdr/scalariform) to enforce some of the code style rules.
Akka uses [Scalariform](https://github.com/mdr/scalariform) to enforce some of the code style rules.
##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",
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)