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

Side by Side Diff: docs/linux_development.md

Issue 1318153003: [Docs] fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 3 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 | « docs/linux_debugging_ssl.md ('k') | docs/linux_eclipse_dev.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Linux Development 1 # Linux Development
2 2
3 **Please join us on IRC for the most up-to-date development discussion: 3 *** promo
4 `irc.freenode.net`, `#chromium`** 4 Please join us on IRC for the most up-to-date development discussion:
5 `irc.freenode.net`, `#chromium`.
6 ***
5 7
6 ## Checkout and Build 8 ## Checkout and Build
7 9
8 See the [Linux build instructions](linux_build_instructions.md). 10 See the [Linux build instructions](linux_build_instructions.md).
9 11
10 ## What Needs Work 12 ## What Needs Work
11 13
12 Look at the Chromium bug tracker for open Linux issues: 14 Look at the Chromium bug tracker for
13 http://code.google.com/p/chromium/issues/list?can=2&q=os%3Alinux 15 [open Linux issues](http://code.google.com/p/chromium/issues/list?can=2&q=os%3Al inux).
14 16
15 Issues marked "Available" are ready for someone to claim. To claim an issue, add 17 Issues marked "Available" are ready for someone to claim. To claim an issue, add
16 a comment and then a project member will mark it "Assigned". If none of the 18 a comment and then a project member will mark it "Assigned". If none of the
17 "Available" issues seem appropriate, you may be able to help an already claimed 19 "Available" issues seem appropriate, you may be able to help an already claimed
18 ("Assigned" or "Started") issue, but you'll probably want to coordinate with the 20 ("Assigned" or "Started") issue, but you'll probably want to coordinate with the
19 claimants, to avoid unnecessary duplication of effort. 21 claimants, to avoid unnecessary duplication of effort.
20 22
21 Issues marked with HelpWanted are a good place to start. 23 Issues marked with HelpWanted are a good place to start.
22 24
23 ### New Bugs 25 ### New Bugs
24 26
25 If you think you have discovered a new Linux bug, start by 27 If you think you have discovered a new Linux bug, start by
26 [searching for similar issues](http://code.google.com/p/chromium/issues/list?can =1&q=Linux). 28 [searching for similar issues](http://code.google.com/p/chromium/issues/list?can =1&q=Linux).
27 When you search, make sure you choose the "All Issues" option, since your bug 29 When you search, make sure you choose the "All Issues" option, since your bug
28 might have already been fixed, but the default search only looks for open 30 might have already been fixed, but the default search only looks for open
29 issues. If you can't find a related bug, please create a 31 issues. If you can't find a related bug, please create a
30 [New Issue](https://crbug.com/new). Use the linux defect template. 32 [New Issue](https://crbug.com/new). Use the linux defect template.
31 33
32 ## Contributing code 34 ## Contributing code
33 35
34 See [ContributingCode](http://dev.chromium.org/developers/contributing-code). 36 See [Contributing code](http://dev.chromium.org/developers/contributing-code).
35 37
36 ## Debugging 38 ## Debugging
37 39
38 See [linux_debugging.md](linux_debugging.md). 40 See [Linux debugging](linux_debugging.md).
39 41
40 ## Documents 42 ## Documents
41 43
42 [linux_graphics_pipeline.md](linux_graphics_pipeline.md) 44 [Linux Graphics Pipeline](linux_graphics_pipeline.md)
OLDNEW
« no previous file with comments | « docs/linux_debugging_ssl.md ('k') | docs/linux_eclipse_dev.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698