diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-05-07 20:48:17 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-08 11:26:51 +0200 |
| commit | fe4122c3bf0b8032bbc19b12cf398adceba6286b (patch) | |
| tree | 5922b6804bce986cfb6e224993040bd9d053088c /docs/contributing.md | |
| parent | 1913718f341e1e48f9806f3fb5a5e5f45babde27 (diff) | |
docs: various updates all over
Diffstat (limited to 'docs/contributing.md')
| -rw-r--r-- | docs/contributing.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index 7ab59d124..8675fa1d3 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,8 +1,8 @@ # How to contribute to syzkaller -## Guidelines +If you want to contribute to the project, feel free to send a pull request following the guidelines below. -If you want to contribute to the project, feel free to send a pull request. +## Guidelines Before sending a pull request you need to [sign Google CLA](https://cla.developers.google.com/) (if you don't a bot will ask you to do that) and add yourself to @@ -33,7 +33,7 @@ an issue without closing it, add `Update #NNN`. - Run `make presubmit` and ensure that it passes before sending a PR. It may require some additional packages to be installed (try `sudo make install_prerequisites`). - `*.const` files are checked-in with the `*.txt` changes in the same commit. -- Rebase your pull request onto the master branch before submitting. +- Rebase your working branch onto the master branch before sending a pull request. - If you're asked to add some fixes to your pull requested, please squash the new commits with the old ones. ## What to work on |
