summaryrefslogtreecommitdiffstats
path: root/docs/linux_development.md
diff options
context:
space:
mode:
authorandybons <andybons@chromium.org>2015-08-24 14:37:09 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-24 21:39:36 +0000
commit3322f7611ba1444e553b2cce4de3a1a32ad46e72 (patch)
treedfb6bbea413da0581b8d085b184a5e6ceea5af3e /docs/linux_development.md
parent5d58c9eb2baa203be1b84ac88cde82c59d72f143 (diff)
downloadchromium_src-3322f7611ba1444e553b2cce4de3a1a32ad46e72.zip
chromium_src-3322f7611ba1444e553b2cce4de3a1a32ad46e72.tar.gz
chromium_src-3322f7611ba1444e553b2cce4de3a1a32ad46e72.tar.bz2
Per https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/irLAQ8f8uGk
Initial migration of wiki content over to src/docs There will be a follow-up CL to ensure docs are following chromium’s style guide, links are fixed, etc. The file auditing was becoming too much for a single change and per Nico’s suggestion, it seems to be better to do + Bulk import with initial prune. + Follow-up CLs to clean up the documentation. So that each CL has its own purpose. BUG=none Review URL: https://codereview.chromium.org/1309473002 Cr-Commit-Position: refs/heads/master@{#345186}
Diffstat (limited to 'docs/linux_development.md')
-rw-r--r--docs/linux_development.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/linux_development.md b/docs/linux_development.md
new file mode 100644
index 0000000..8697999
--- /dev/null
+++ b/docs/linux_development.md
@@ -0,0 +1,33 @@
+# Linux Development
+
+**Please join us on IRC for the most up-to-date development discussion: `irc.freenode.net`, `#chromium`**
+
+## Checkout and Build
+See the LinuxBuildInstructions.
+
+## 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 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.
+
+## Contributing code
+See [ContributingCode](http://dev.chromium.org/developers/contributing-code).
+
+## Debugging
+See LinuxDebugging.
+
+## Documents
+
+LinuxGraphicsPipeline \ No newline at end of file