]> git.lizzy.rs Git - rust.git/blobdiff - CONTRIBUTING.md
librustc: Don't reuse same alloca for match on struct/tuple field which we reassign...
[rust.git] / CONTRIBUTING.md
index e85d3f013d361c2fe942ffb883bbf7fa17e72654..7a4b38d1b4249df755c23e64a9cbacdfec5425d5 100644 (file)
@@ -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.
@@ -16,7 +22,8 @@ please do two things:
 
 2. Run the full Rust test suite with the `make check` command.  You're
    not off the hook even if you just stick to documentation; code
-   examples in the docs are tested as well!
+   examples in the docs are tested as well! Although for simple
+   wording or grammar fixes, this is probably unnecessary.
 
 Pull requests will be treated as "review requests", and we will give
 feedback we expect to see corrected on