about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-09-23 02:30:36 +0000
committerbors <bors@rust-lang.org>2014-09-23 02:30:36 +0000
commit3f299ff19ddb3ee4752e6db120689189ab4c4231 (patch)
treef82e374077f2e11e5c09cc8fe8bff4c4345d5aba
parent43fd619819b334b8548dca98797bd4c8078636cb (diff)
parent852cef8a93329a43b152123eadd65acf880f4fcf (diff)
downloadrust-3f299ff19ddb3ee4752e6db120689189ab4c4231.tar.gz
rust-3f299ff19ddb3ee4752e6db120689189ab4c4231.zip
auto merge of #17432 : nick29581/rust/contrib, r=brson
r? @brson
-rw-r--r--CONTRIBUTING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0fc2d1b0948..7a4b38d1b42 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,6 +4,12 @@ If you're just reporting a bug, please see:
 
 http://doc.rust-lang.org/complement-bugreport.html
 
+## Submitting an issue
+
+Please submit issues here for bug reports or implementation details. For feature
+requests, language changes, or major changes to the libraries, please submit an
+issue against the [RFCs repository](https://github.com/rust-lang/rfcs).
+
 ## Pull request procedure
 
 Pull requests should be targeted at Rust's `master` branch.