summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFred Lifton <fred.lifton@docker.com>2015-04-09 16:23:25 -0700
committerFred Lifton <fred.lifton@docker.com>2015-04-09 16:23:25 -0700
commit2a442ec6d98bb014bee381dfcb9ef7a69a0a3d4a (patch)
treed0afe391bb7879f628e77a29ef68c8f986731aa4 /docs
parent4926f8aef629631032327542a56ae35099807005 (diff)
Adds Where to Get Help section
Signed-off-by: Fred Lifton <fred.lifton@docker.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index da5a8efd..78d9de28 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -207,3 +207,17 @@ In addition to bug fixes and refinements, this release adds the following:
* Better integration with Swarm. Swarm will now schedule inter-dependent
containers on the same host. For details, see
[PR #972](https://github.com/docker/compose/pull/972).
+
+## Getting help
+
+Docker Compose is still in its infancy and under active development. If you need
+help, would like to contribute, or simply want to talk about the project with
+like-minded individuals, we have a number of open channels for communication.
+
+* To report bugs or file feature requests: please use the [issue tracker on Github](https://github.com/docker/compose/issues).
+
+* To talk about the project with people in real time: please join the `#docker-compose` channel on IRC.
+
+* To contribute code or documentation changes: please submit a [pull request on Github](https://github.com/docker/compose/pulls).
+
+For more information and resources, please visit the [Getting Help project page](https://docs.docker.com/project/get-help/).