aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Steren Giannini <steren@google.com>2017-03-10 15:04:29 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-03-10 17:40:37 +0000
commitab444923f3d2566a2be3860bd448f79af3c3fe43 (patch)
treeeb5b55eb29d0951a6ecce1f3f70d761971af9e6e /site
parente41014a72d7cf3a1fb4c24110d2db9163bc66d15 (diff)
Detail support channels
Put forward Stack Overflow as the main place for questions. Closes #2623. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2623 PiperOrigin-RevId: 149754442 MOS_MIGRATED_REVID=149754442
Diffstat (limited to 'site')
-rw-r--r--site/_includes/header.html3
-rw-r--r--site/contributing.md3
-rw-r--r--site/versions/master/docs/support.md10
3 files changed, 10 insertions, 6 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 5af2024ea9..5670dbf14a 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -36,7 +36,8 @@
<a href="/blog">Blog</a>
</li>
<li><a href="https://github.com/bazelbuild/bazel">GitHub</a></li>
- <li><a href="https://groups.google.com/forum/#!forum/bazel-discuss">Mailing List</a></li>
+ <li><a href="http://stackoverflow.com/questions/tagged/bazel" class="nav-icon"><i class="fa fa-stack-overflow"></i></a></li>
+ <li><a href="https://groups.google.com/forum/#!forum/bazel-discuss" class="nav-icon"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://twitter.com/bazelbuild" class="nav-icon"><i class="fa fa-twitter"></i></a></li>
</ul>
</div><!-- /.navbar-collapse -->
diff --git a/site/contributing.md b/site/contributing.md
index 78684a405b..4271808a8b 100644
--- a/site/contributing.md
+++ b/site/contributing.md
@@ -13,7 +13,8 @@ machine to develop Bazel and, when you've made a patch, how to submit it.</p>
In general, we prefer contributions that fix bugs or add features (as opposed to
stylistic, refactoring, or "cleanup" changes). Please check with us on the
[dev list](https://groups.google.com/forum/#!forum/bazel-dev) before investing
-a lot of time in a patch.
+a lot of time in a patch. Meet other Bazel contributors on [IRC](http://webchat.freenode.net)
+(irc.freenode.net#bazel).
### Patch Acceptance Process
diff --git a/site/versions/master/docs/support.md b/site/versions/master/docs/support.md
index 8b22ea67b7..407cec8e0c 100644
--- a/site/versions/master/docs/support.md
+++ b/site/versions/master/docs/support.md
@@ -5,10 +5,12 @@ title: Get Support
# Get Support
-* [User mailing list](https://groups.google.com/forum/#!forum/bazel-discuss)
-* [Issue tracker](https://github.com/bazelbuild/bazel/issues)
-* [Twitter](http://www.twitter.com/bazelbuild)
-* [IRC](http://webchat.freenode.net) (irc.freenode.net#bazel)
+* Ask questions on [Stack Overflow](http://stackoverflow.com/questions/tagged/bazel) using the
+`bazel` tag.
+* Discuss on the [User mailing list](https://groups.google.com/forum/#!forum/bazel-discuss).
+* Report bugs or feature requests in our [GitHub issue tracker](https://github.com/bazelbuild/bazel/issues).
+* Find other Bazel contributors on [IRC](http://webchat.freenode.net)
+(irc.freenode.net#bazel).
# Support Policy