Notfiy NQE of QUIC RTT
[chromium-blink-merge.git] / docs / linux_development.md
bloba014b8d4a8437e021eef4f833d3632c00e04b9fc
1 # Linux Development
3 *** promo
4 Please join us on IRC for the most up-to-date development discussion:
5 `irc.freenode.net`, `#chromium`.
6 ***
8 ## Checkout and Build
10 See the [Linux build instructions](linux_build_instructions.md).
12 ## What Needs Work
14 Look at the Chromium bug tracker for
15 [open Linux issues](http://code.google.com/p/chromium/issues/list?can=2&q=os%3Alinux).
17 Issues marked "Available" are ready for someone to claim. To claim an issue, add
18 a comment and then a project member will mark it "Assigned". If none of the
19 "Available" issues seem appropriate, you may be able to help an already claimed
20 ("Assigned" or "Started") issue, but you'll probably want to coordinate with the
21 claimants, to avoid unnecessary duplication of effort.
23 Issues marked with HelpWanted are a good place to start.
25 ### New Bugs
27 If you think you have discovered a new Linux bug, start by
28 [searching for similar issues](http://code.google.com/p/chromium/issues/list?can=1&q=Linux).
29 When you search, make sure you choose the "All Issues" option, since your bug
30 might have already been fixed, but the default search only looks for open
31 issues. If you can't find a related bug, please create a
32 [New Issue](https://crbug.com/new). Use the linux defect template.
34 ## Contributing code
36 See [Contributing code](http://dev.chromium.org/developers/contributing-code).
38 ## Debugging
40 See [Linux debugging](linux_debugging.md).
42 ## Documents
44 [Linux Graphics Pipeline](linux_graphics_pipeline.md)