diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-06-14 13:08:56 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-06-14 13:12:19 +0200 |
| commit | acbeecfe56441ee79dc03759dce50d45f36c3792 (patch) | |
| tree | d675792ed990f64fb439b9a9d0a0b2ce1808d871 /docs/contributing.md | |
| parent | 241540a95e7316ab0836c04823c3361fa746da60 (diff) | |
docs: move contributing section from README to docs/
Diffstat (limited to 'docs/contributing.md')
| -rw-r--r-- | docs/contributing.md | 3 |
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. |
