Fixup the contributing file.
The CONTRIBUTING was written before the decision to use the dawn-reviews. This CL updates to the correct information. Bug: tint:36 Change-Id: I7e15572a3ed4bc4bbaaba8972e84eeda111d953f Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/18921 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
8229360312
commit
a32315cb73
|
@ -18,9 +18,12 @@ again.
|
|||
## Code reviews
|
||||
|
||||
All submissions, including submissions by project members, require review. We
|
||||
use GitHub pull requests for this purpose. Consult
|
||||
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
|
||||
information on using pull requests.
|
||||
use [Dawn's Gerrit](https://dawn-review.googlesource.com/) for this purpose.
|
||||
|
||||
Tint generally follows the Google C++ style guide. There is a clang-format file
|
||||
provided and a `tools/format` script which will run the formatter. There is also
|
||||
a `tools/lint` script to run a linter. Overall try to use the same style and
|
||||
convention as code around your change.
|
||||
|
||||
## Community Guidelines
|
||||
|
||||
|
|
Loading…
Reference in New Issue