Update contributing page (#39)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9d3d1aa..e6001b8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,11 +17,13 @@
 with us first. Use the issue tracker to explain your idea so we can help and
 possibly guide you.
 
-### Code reviews and other contributions.
-**All submissions, including submissions by project members, require review.**
-Please follow the instructions in [the contributors documentation](http://bazel.io/contributing.html).
-
 ### The small print
 Contributions made by corporations are covered by a different agreement than
 the one above, the
 [Software Grant and Corporate Contributor License Agreement](https://cla.developers.google.com/about/google-corporate).
+
+
+## Contributing
+
+Please see the [contributing page on the wiki](https://github.com/bazelbuild/e4b/wiki/Contributing)
+on more practical matters on how to contribute to e4b.
diff --git a/README.md b/README.md
index d65290b..ff8bd23 100644
--- a/README.md
+++ b/README.md
@@ -28,11 +28,5 @@
 
 ## Missing features
 
-Interesting feature to add is first to be able to launch test from
-Eclipse, correctly adding the eclipse debugger to the JVM.
-
-Second, better support for BUILD file would be interesting. Maybe
-using Xtext.
-
-Finally, the code is completely missing tests and improving the test
-coverage would be great.
+See our [contributing page](https://github.com/bazelbuild/e4b/wiki/Contributing) to get
+some idea on what missing features needs help on.