aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-09-13 10:02:52 +0200
committerGitHub <noreply@github.com>2016-09-13 10:02:52 +0200
commit4fca3b6bec6003be886bd9ec431ad7e28705a942 (patch)
tree06ec99ea7545dc493978201024781c4019b6829c
parentd87ae1c44494700f681d7d50efec8d5500716c33 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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.