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

Unified Diff: docs/linux_development.md

Issue 1324603002: [Docs] Another round of stylistic fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/linux_dev_build_as_default_browser.md ('k') | docs/linux_eclipse_dev.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_development.md
diff --git a/docs/linux_development.md b/docs/linux_development.md
index 86979995287066323353843523211c0daabf36fd..1333a514ec00db30cb2c0e2a75c91e16dc410c1d 100644
--- a/docs/linux_development.md
+++ b/docs/linux_development.md
@@ -1,33 +1,42 @@
# Linux Development
-**Please join us on IRC for the most up-to-date development discussion: `irc.freenode.net`, `#chromium`**
+**Please join us on IRC for the most up-to-date development discussion:
+`irc.freenode.net`, `#chromium`**
## Checkout and Build
-See the LinuxBuildInstructions.
+
+See the [Linux build instructions](linux_build_instructions.md).
## What Needs Work
Look at the Chromium bug tracker for open Linux issues:
http://code.google.com/p/chromium/issues/list?can=2&q=os%3Alinux
-Issues marked "Available" are ready for someone to claim. To claim an issue, add a comment and then a project member will mark it "Assigned". If none of the "Available" issues seem appropriate, you may be able to help an already claimed ("Assigned" or "Started") issue, but you'll probably want to coordinate with the claimants, to avoid unnecessary duplication of effort.
+Issues marked "Available" are ready for someone to claim. To claim an issue, add
+a comment and then a project member will mark it "Assigned". If none of the
+"Available" issues seem appropriate, you may be able to help an already claimed
+("Assigned" or "Started") issue, but you'll probably want to coordinate with the
+claimants, to avoid unnecessary duplication of effort.
Issues marked with HelpWanted are a good place to start.
-### Random TODOs
-
-We've also marked bits that remain to be done for porting with `TODO(port)` in the code. If you grep for that you'll likely find plenty of small tasks to get started on.
-
### New Bugs
-If you think you have discovered a new Linux bug, start by [searching for similar issues](http://code.google.com/p/chromium/issues/list?can=1&q=Linux). When you search, make sure you choose the "All Issues" option, since your bug might have already been fixed, but the default search only looks for open issues. If you can't find a related bug, please create a [New Issue](http://code.google.com/p/chromium/issues/entry). Use the linux defect template.
+If you think you have discovered a new Linux bug, start by
+[searching for similar issues](http://code.google.com/p/chromium/issues/list?can=1&q=Linux).
+When you search, make sure you choose the "All Issues" option, since your bug
+might have already been fixed, but the default search only looks for open
+issues. If you can't find a related bug, please create a
+[New Issue](https://crbug.com/new). Use the linux defect template.
## Contributing code
+
See [ContributingCode](http://dev.chromium.org/developers/contributing-code).
## Debugging
-See LinuxDebugging.
+
+See [linux_debugging.md](linux_debugging.md).
## Documents
-LinuxGraphicsPipeline
+[linux_graphics_pipeline.md](linux_graphics_pipeline.md)
« no previous file with comments | « docs/linux_dev_build_as_default_browser.md ('k') | docs/linux_eclipse_dev.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698