blob: 4d010de16ec9a360574be4bd49b596f74a6e2238 [file] [log] [blame] [view]
andybons3322f762015-08-24 21:37:091# Linux Development
2
nodira6074d4c2015-09-01 04:26:453*** promo
4Please join us on IRC for the most up-to-date development discussion:
5`irc.freenode.net`, `#chromium`.
6***
andybons3322f762015-08-24 21:37:097
8## Checkout and Build
andybonsad92aa32015-08-31 02:27:449
10See the [Linux build instructions](linux_build_instructions.md).
andybons3322f762015-08-24 21:37:0911
12## What Needs Work
13
nodira6074d4c2015-09-01 04:26:4514Look at the Chromium bug tracker for
15[open Linux issues](http://code.google.com/p/chromium/issues/list?can=2&q=os%3Alinux).
andybons3322f762015-08-24 21:37:0916
andybonsad92aa32015-08-31 02:27:4417Issues marked "Available" are ready for someone to claim. To claim an issue, add
18a 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
21claimants, to avoid unnecessary duplication of effort.
andybons3322f762015-08-24 21:37:0922
23Issues marked with HelpWanted are a good place to start.
24
andybons3322f762015-08-24 21:37:0925### New Bugs
26
andybonsad92aa32015-08-31 02:27:4427If 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).
29When you search, make sure you choose the "All Issues" option, since your bug
30might have already been fixed, but the default search only looks for open
31issues. If you can't find a related bug, please create a
32[New Issue](https://crbug.com/new). Use the linux defect template.
andybons3322f762015-08-24 21:37:0933
34## Contributing code
andybonsad92aa32015-08-31 02:27:4435
xiaoyin.l1003c0b2016-12-06 02:51:1736See [Contributing code](https://dev.chromium.org/developers/contributing-code).
andybons3322f762015-08-24 21:37:0937
38## Debugging
andybonsad92aa32015-08-31 02:27:4439
nodira6074d4c2015-09-01 04:26:4540See [Linux debugging](linux_debugging.md).
andybons3322f762015-08-24 21:37:0941
42## Documents
43
nodira6074d4c2015-09-01 04:26:4544[Linux Graphics Pipeline](linux_graphics_pipeline.md)