From 852cef8a93329a43b152123eadd65acf880f4fcf Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Mon, 22 Sep 2014 12:46:24 +1200 Subject: [PATCH] Update CONTRIBUTING.md with new issues policy --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.