Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: telemetry/third_party/web-page-replay/documentation/Contributing.md

Issue 2210063003: Rename third_party/webpagereplay to third_party/web-page-replay (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698