From 4fca3b6bec6003be886bd9ec431ad7e28705a942 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 13 Sep 2016 10:02:52 +0200 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 98862fc5e..8f21caac0 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,10 @@ Here are some things to check if there are problems running syzkaller. - [ubsan, kasan, syzkaller und co](http://www.strlen.de/talks/debug-w-syzkaller.pdf) ([video](https://www.youtube.com/watch?v=Acp0A9X1254)) (by Florian Westphal) - [Debugging a kernel crash found by syzkaller](http://vegardno.blogspot.de/2016/08/sync-debug.html) (by Quentin Casasnovas) +## Contributing + +If you want to contribute to the project, you need to [sign Google CLA](https://cla.developers.google.com/) and add yourself to (AUTHORS)/(CONTRIBUTORS) files in the first pull request. Extending/improving [system call descriptions](sys/sys.txt) is always a good idea. If you want to work on something non-trivial, please briefly describe it on [syzkaller@googlegroups.com](https://groups.google.com/forum/#!forum/syzkaller) mailing list first so that there is agreement on high level approach and no duplication of work between contributors. + ## Disclaimer This is not an official Google product. -- cgit mrf-deployment