
The contributing.md link in development.md does not exist. This file was meant to be linked outside the linux directory. Bug: None Change-Id: I9289e5441741dbb1e93bb3a7e46d3c6b60372a9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122810 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Andreas Papacharalampous <andreas@apap04.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#753845}
45 lines
1.4 KiB
Markdown
45 lines
1.4 KiB
Markdown
# Linux Development
|
|
|
|
*** promo
|
|
Please join us on IRC for the most up-to-date development discussion:
|
|
`irc.freenode.net`, `#chromium`.
|
|
***
|
|
|
|
## Checkout and Build
|
|
|
|
See the [Linux build instructions](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 with HelpWanted are a good place to start.
|
|
|
|
### 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](https://crbug.com/new). Use the linux defect template.
|
|
|
|
## Contributing code
|
|
|
|
See [Contributing code](../contributing.md).
|
|
|
|
## Debugging
|
|
|
|
See [Linux debugging](debugging.md).
|
|
|
|
## Documents
|
|
|
|
[Linux Graphics Pipeline](graphics_pipeline.md)
|