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

Side by Side Diff: README.md

Issue 2103273003: docs: clean up markdown Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | docs/client_design.md » ('j') | docs/client_design.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Breakpad 1 # Breakpad
2 2
3 Breakpad is a set of client and server components which implement a 3 Breakpad is a set of client and server components which implement a
4 crash-reporting system. 4 crash-reporting system.
5 5
6 * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/) 6 * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/)
7 * [Documentation](https://chromium.googlesource.com/breakpad/breakpad/+/master/d ocs/) 7 * [Documentation](/docs/)
8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/) 8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/)
9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://group s.google.com/d/forum/google-breakpad-discuss) 9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://group s.google.com/d/forum/google-breakpad-discuss)
10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.googl e.com/d/forum/google-breakpad-dev) 10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.googl e.com/d/forum/google-breakpad-dev)
11 * Tests: [![Build Status](https://travis-ci.org/google/breakpad.svg?branch=maste r)](https://travis-ci.org/google/breakpad) 11 * Tests: [![Build Status](https://travis-ci.org/google/breakpad.svg?branch=maste r)](https://travis-ci.org/google/breakpad)
12 * Coverage [![Coverity Status](https://scan.coverity.com/projects/9215/badge.svg )](https://scan.coverity.com/projects/google-breakpad) 12 * Coverage [![Coverity Status](https://scan.coverity.com/projects/9215/badge.svg )](https://scan.coverity.com/projects/google-breakpad)
13 13
14 ## Getting started (from master) 14 ## Getting started (from master)
15 15
16 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/ins tall-depot-tools) 16 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/ins tall-depot-tools)
17 and ensure that they're in your `PATH`. 17 and ensure that they're in your `PATH`.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 For linux/mac/windows, there are test targets in each project file. 72 For linux/mac/windows, there are test targets in each project file.
73 73
74 3. Commit your changes to your local repo and upload them to the server. 74 3. Commit your changes to your local repo and upload them to the server.
75 http://dev.chromium.org/developers/contributing-code 75 http://dev.chromium.org/developers/contributing-code
76 e.g. `git commit ... && git cl upload ...` 76 e.g. `git commit ... && git cl upload ...`
77 You will be prompted for credential and a description. 77 You will be prompted for credential and a description.
78 78
79 4. At https://codereview.chromium.org/ you'll find your issue listed; click on 79 4. At https://codereview.chromium.org/ you'll find your issue listed; click on
80 it, and select Publish+Mail, and enter in the code reviewer and CC 80 it, and select Publish+Mail, and enter in the code reviewer and CC
81 google-breakpad-dev@googlegroups.com 81 google-breakpad-dev@googlegroups.com
OLDNEW
« no previous file with comments | « no previous file | docs/client_design.md » ('j') | docs/client_design.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698