aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-06-14 14:13:36 +0200
committerGitHub <noreply@github.com>2017-06-14 14:13:36 +0200
commitfbec6b14d43b3885014393d928daa3ef2bbb1e8e (patch)
tree4ac9abbbd2216e56e8eb058ef26b2c146f595ac9 /docs/contributing.md
parent7b96fa44e1a1b0c6c6369f899b378eee7583a419 (diff)
parent4731d5a4ac84accb8f4c3e224816d81055041e2b (diff)
Merge pull request #231 from xairy/up-docs
Move all documentation to docs/
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
new file mode 100644
index 000000000..88c80b5d1
--- /dev/null
+++ b/docs/contributing.md
@@ -0,0 +1,3 @@
+## 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](AUTHORS)/[CONTRIBUTORS](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.