Home | History | Annotate | Download | only in docs
      1 # Contributing to Pefetto
      2 This project uses [Android AOSP Gerrit][perfetto-gerrit] for code reviews and
      3 uses the [Google C++ style][google-cpp-style] and targets `-std=c++11`.
      4 
      5 `git cl upload` from [Chromium depot tools][depot-tools] is the preferred
      6 workflow to upload patches, as it supports presubmits and code formatting via
      7 `git cl format`.
      8 
      9 See https://source.android.com/source/contributing for more details about
     10 external contributions and CLA signing.
     11 
     12 
     13 ### Continuous integration
     14 
     15 Continuous build and test coverage is available at
     16 [perfetto-ci.appspot.com](https://perfetto-ci.appspot.com).
     17 
     18 **Trybots**: CLs uploaded to gerrit are automatically submitted to TravisCI
     19 within one minute and available on the CI page.
     20 
     21 [perfetto-gerrit]: https://android-review.googlesource.com/q/project:platform%252Fexternal%252Fperfetto+status:open
     22 [google-cpp-style]: https://google.github.io/styleguide/cppguide.html
     23 [depot-tools]: https://dev.chromium.org/developers/how-tos/depottools
     24