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

Side by Side Diff: third_party/boto/CONTRIBUTING

Issue 698893003: Update checked in version of gsutil to version 4.6 (Closed) Base URL: http://dart.googlecode.com/svn/third_party/gsutil/
Patch Set: Created 6 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « third_party/boto/.travis.yml ('k') | third_party/boto/MANIFEST.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ============ 1 ============
2 Contributing 2 Contributing
3 ============ 3 ============
4 4
5 For more information, please see the official contribution docs at 5 For more information, please see the official contribution docs at
6 http://docs.pythonboto.org/en/latest/contributing.html. 6 http://docs.pythonboto.org/en/latest/contributing.html.
7 7
8 8
9 Contributing Code 9 Contributing Code
10 ================= 10 =================
(...skipping 22 matching lines...) Expand all
33 report includes: 33 report includes:
34 34
35 * A description of the problem/suggestion. 35 * A description of the problem/suggestion.
36 * How to recreate the bug. 36 * How to recreate the bug.
37 * If relevant, including the versions of your: 37 * If relevant, including the versions of your:
38 38
39 * Python interpreter 39 * Python interpreter
40 * boto 40 * boto
41 * Optionally of the other dependencies involved 41 * Optionally of the other dependencies involved
42 42
43 * If possile, create a pull request with a (failing) test case demonstrating 43 * If possible, create a pull request with a (failing) test case demonstrating
44 what's wrong. This makes the process for fixing bugs quicker & gets issues 44 what's wrong. This makes the process for fixing bugs quicker & gets issues
45 resolved sooner. 45 resolved sooner.
46 46
47 47
OLDNEW
« no previous file with comments | « third_party/boto/.travis.yml ('k') | third_party/boto/MANIFEST.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698