]> git.lizzy.rs Git - rust.git/commitdiff
Add a issue template and specify a *recent* nightly is needed
authormcarton <cartonmartin+git@gmail.com>
Fri, 10 Jun 2016 11:43:32 +0000 (13:43 +0200)
committermcarton <cartonmartin+git@gmail.com>
Fri, 10 Jun 2016 11:47:47 +0000 (13:47 +0200)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
README.md

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..a19cb5d
--- /dev/null
@@ -0,0 +1,8 @@
+<!--
+Hi there! Whether you've come to make a suggestion for a new lint, an improvement to an existing lint or to report a bug or a false positive in Clippy, you've come to the right place.
+
+If you want to report that Clippy does not compile, please be sure to be using the *latest version* of *Rust nightly*! Compiler plugins are highly unstable and will only work with a nightly Rust for now. If you are but still have a problem, please let us now!
+
+Thank you for using Clippy!
+
+Write your comment below this line: -->
index 2e40f6ed74c5642617d757f4e0a535476fcb5bbb..ffda505eeac6824a0145cb73b6700fec970c7e93 100644 (file)
--- a/README.md
+++ b/README.md
@@ -180,10 +180,10 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/
 
 ### As a Compiler Plugin
 
-Compiler plugins are highly unstable and will only work with a nightly Rust for now.
-Since stable Rust is backwards compatible, you should be able to compile
-your stable programs with nightly Rust with clippy plugged in to circumvent
-this.
+Compiler plugins are highly unstable and will only work with a *recent* nightly
+Rust for now.  Since stable Rust is backwards compatible, you should be able to
+compile your stable programs with nightly Rust with clippy plugged in to
+circumvent this.
 
 Add in your `Cargo.toml`: