about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-02 15:41:47 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-02 15:42:38 -0800
commit36c63a3abebce58dd550c0ba032148eac541d64d (patch)
tree5dbbc4884a832d66eaece91453005c4a5ec2e1f8 /CONTRIBUTING.md
parent4b40bc85cbc1d072179c92ce01655db0272aa598 (diff)
downloadrust-36c63a3abebce58dd550c0ba032148eac541d64d.tar.gz
rust-36c63a3abebce58dd550c0ba032148eac541d64d.zip
Put links to discuss.rust-lang.org and #rust-internals in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7a4b38d1b42..2b3609e28a6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -47,5 +47,14 @@ example, if it's 2014, and you change a Rust file that was created in
 // Copyright 2010-2014 The Rust Project Developers.
 ```
 
+# Coordination and communication
+
+Get feedback from other developers on
+[discuss.rust-lang.org][discuss], and
+[#rust-internals][pound-rust-internals].
+
+[pound-rust-internals]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-internals
+[discuss]: http://discuss.rust-lang.org
+
 For more details, please refer to
 [Note-development-policy](https://github.com/rust-lang/rust/wiki/Note-development-policy).