• Home
  • Raw
  • Download

Lines Matching full:crosvm

1 # How to Contribute to crosvm
6 [the public crosvm component](https://issuetracker.google.com/issues?q=status:open%20componentid:11…
8 **For Googlers**: See [go/crosvm#filing-bugs](https://goto.google.com/crosvm#filing-bugs).
69 [the previous section](https://crosvm.dev/book/contributing/index.html#gerrit-account). If a new
75 To make changes to crosvm, start your work on a new branch tracking `origin/main`.
82 [Presubmit Checks](https://crosvm.dev/book/building_crosvm/linux.html#presubmit-checks), you can
108 All submissions needs to be reviewed by one of the [crosvm owners]. Use the gerrit UI to request a
109 review and add crosvm-reviews@google.com to assign to a random owner.
112 [chat](https://matrix.to/#/#crosvm:matrix.org) or
113 [email list](https://groups.google.com/a/chromium.org/g/crosvm-dev).
115 **For Googlers**: see [go/crosvm-chat](https://goto.google.com/crosvm-chat).
120 the crosvm project standards. This review is provided by the members of `OWNERS_COUNCIL`.
123 dependencies within crosvm (e.g. `devices` depending on a new internal crosvm utility crate). For
126 **For Googlers**: see [go/crosvm/3p_crates](https://goto.google.com/crosvm/3p_crates).
132 1. Global OWNERS: these folks are broadly responsible for the health of the crosvm project, and have
143 to crosvm-reviews@ to pick another OWNER at random.
159 Crosvm uses a Commit Queue, which will run pre-submit testing on all changes before merging them
160 into crosvm.
162 Once one of the [crosvm owners] has voted "Code-Review+2" on your change, you can use the "Submit to
166 [Building Crosvm](https://crosvm.dev/book/building_crosvm/) for information on how to run the same
179 [The book of crosvm] is built with [mdBook]. Each markdown file must follow
194 [crosvm owners]: https://chromium.googlesource.com/crosvm/crosvm/+/HEAD/OWNERS
195 [github mirror]: https://github.com/google/crosvm
199 [the book of crosvm]: https://crosvm.dev/book/