From fe4122c3bf0b8032bbc19b12cf398adceba6286b Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 7 May 2020 20:48:17 +0200 Subject: docs: various updates all over --- docs/contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/contributing.md') 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 -- cgit mrf-deployment