From 0cdc1d1e59f68757fbe95bd8fa6dd174706bfa78 Mon Sep 17 00:00:00 2001 From: Sandeep Krishnamurthy Date: Tue, 16 May 2017 10:30:06 -0700 Subject: [PATCH] Adding mxnet slack and apache email list details (#6273) --- docs/community/mxnet_channels.md | 6 ++++++ docs/how_to/index.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 docs/community/mxnet_channels.md diff --git a/docs/community/mxnet_channels.md b/docs/community/mxnet_channels.md new file mode 100644 index 000000000000..ab41882a9d30 --- /dev/null +++ b/docs/community/mxnet_channels.md @@ -0,0 +1,6 @@ +# Join MXNet Development Discussion + +You can join the MXNet development discussion + +- On the [MXNet Apache mailing list](https://lists.apache.org/list.html?dev@mxnet.apache.org): `dev@mxnet.apache.org`. To subscribe, send an email to `dev-subscribe@mxnet.apache.org`. +- On the [MXNet Slack channel](https://apache-mxnet.slack.com): To request an invitation to the channel please email: `dev@mxnet.apache.org`. diff --git a/docs/how_to/index.md b/docs/how_to/index.md index 03fabb0ed99d..80b7893839a0 100644 --- a/docs/how_to/index.md +++ b/docs/how_to/index.md @@ -40,6 +40,8 @@ and full working examples, visit the [tutorials section](../tutorials/index.md). ## Extend and Contribute to MXNet +* [How do I join and contribute to MXNet development discussion?](http://mxnet.io/community/mxnet_channels.html) + * [How do I contribute a patch to MXNet?](http://mxnet.io/community/contribute.html) * [How do I create new operators in MXNet?](http://mxnet.io/how_to/new_op.html)