| OLD | NEW |
| 1 # Contributing | 1 # Contributing |
| 2 | 2 |
| 3 1. Thanks for considering contributing to Web Page Replay. You're awesome! | 3 1. Thanks for considering contributing to Web Page Replay. You're awesome! |
| 4 2. Style Guide - The source code of Web Page Replay follows the [Google | 4 2. Style Guide - The source code of Web Page Replay follows the [Google |
| 5 Python Style | 5 Python Style |
| 6 Guide](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html) so you sh
ould familiarize yourself with those | 6 Guide](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html) so you sh
ould familiarize yourself with those |
| 7 guidelines. You may also wish to email web-page-replay-dev at | 7 guidelines. You may also wish to email web-page-replay-dev at |
| 8 googlegroups.com for advice on your change before starting. | 8 googlegroups.com for advice on your change before starting. |
| 9 3. Get the code - Fork this repo and clone it locally. | 9 3. Get the code - Fork this repo and clone it locally. |
| 10 4. Get a review - All submissions, including submissions by project members, | 10 4. Get a review - All submissions, including submissions by project members, |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 use and distribute your code. We also need to be sure of various other | 32 use and distribute your code. We also need to be sure of various other |
| 33 things, for instance that you'll tell us if you know that your code | 33 things, for instance that you'll tell us if you know that your code |
| 34 infringes on other people's patents. You don't have to do this until | 34 infringes on other people's patents. You don't have to do this until |
| 35 after you've submitted your code for review and a member has approved | 35 after you've submitted your code for review and a member has approved |
| 36 it, but you will have to do it before we can put your code into our | 36 it, but you will have to do it before we can put your code into our |
| 37 codebase. | 37 codebase. |
| 38 | 38 |
| 39 Contributions made by corporations are covered by a different agreement | 39 Contributions made by corporations are covered by a different agreement |
| 40 than the one above, the [Software Grant and Corporate Contributor License | 40 than the one above, the [Software Grant and Corporate Contributor License |
| 41 Agreement](http://code.google.com/legal/corporate-cla-v1.0.html). | 41 Agreement](http://code.google.com/legal/corporate-cla-v1.0.html). |
| OLD | NEW |