diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc308577cf..73fedf9c50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ # Contributing to Akka +In case of questions about the contribution process or for discussion of specific issues please visit the [akka/dev gitter chat](https://gitter.im/akka/dev). + ## Infrastructure * [Akka Contributor License Agreement](http://www.typesafe.com/contribute/cla) @@ -12,8 +14,6 @@ These guidelines are meant to be a living document that should be changed and ad These guidelines mainly applies to Typesafe’s “mature” projects - not necessarily to projects of the type ‘collection of scripts’ etc. -In case of questions about the contribution process or for discussion of specific issues please visit the [akka/dev gitter chat](https://gitter.im/akka/dev). - ## General Workflow This is the process for committing code into master. There are of course exceptions to these rules, for example minor changes to comments and documentation, fixing a broken build etc.