e296c56735
Change-Id: I1b89db473582f9fcc4d87436a590ee36e869fe45 No-Try: true Docs-Preview: https://skia.org/docs/user/build?cl=392717 Docs-Preview: https://skia.org/docs/dev/contrib/?cl=392717 Docs-Preview: https://skia.org/docs/dev/gardening/?cl=392717 Docs-Preview: https://skia.org/docs/user/tips?cl=392717 Docs-Preview: https://skia.org/docs/dev/tools/debugger?cl=392717 Docs-Preview: https://skia.org/docs/user/modules/pathkit?cl=392717 Docs-Preview: https://skia.org/docs/dev/testing/fuzz?cl=392717 Docs-Preview: https://skia.org/docs/dev/testing/ios?cl=392717 Docs-Preview: https://skia.org/docs/roles?cl=392717 Docs-Preview: https://skia.org/docs/user/api/?cl=392717 Docs-Preview: https://skia.org/docs/dev/testing/swarmingbots?cl=392717 Docs-Preview: https://skia.org/docs/dev/chrome/changes?cl=392717 Docs-Preview: https://skia.org/docs/user/download?cl=392717 Docs-Preview: https://skia.org/docs/dev/flutter/?cl=392717 Docs-Preview: https://skia.org/docs/user/modules/quickstart?cl=392717 Docs-Preview: https://skia.org/docs/user/api/skcanvas_creation?cl=392717 Docs-Preview: https://skia.org/docs/user/sample/viewer?cl=392717 Docs-Preview: https://skia.org/docs/dev/design/pdftheory?cl=392717 Docs-Preview: https://skia.org/docs/user/api/SkBlendMode_Overview?cl=392717 Docs-Preview: https://skia.org/docs/user/api/skcanvas_overview?cl=392717 Docs-Preview: https://skia.org/docs/?cl=392717 Docs-Preview: https://skia.org/docs/dev/contrib/submit?cl=392717 Docs-Preview: https://skia.org/docs/user/api/SkPath_Overview?cl=392717 Docs-Preview: https://skia.org/docs/user/modules/skottie?cl=392717 Docs-Preview: https://skia.org/docs/user/modules/canvaskit?cl=392717 Fixed: skia:404 Docs-Preview: https://skia.org/docs/dev/tools/calendar?cl=392717 Docs-Preview: https://skia.org/docs/dev/gardening/android?cl=392717 Docs-Preview: https://skia.org/docs/dev/contrib/style?cl=392717 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/392717 Reviewed-by: Heather Miller <hcm@google.com> Commit-Queue: Joe Gregorio <jcgregorio@google.com>
74 lines
1.6 KiB
Markdown
74 lines
1.6 KiB
Markdown
|
|
---
|
|
title: "Project Roles"
|
|
linkTitle: "Project Roles"
|
|
|
|
---
|
|
|
|
|
|
The Skia open source project includes individuals working in a variety of
|
|
roles. Anyone can view the code, use the Skia library, file bugs, and submit
|
|
patches. This page describes in detail the kinds of roles that interested
|
|
parties can assume.
|
|
|
|
For more information on ways to get involved in Skia development, see the
|
|
[Contributing to Skia page](/docs/dev/contrib/).
|
|
|
|
<div>
|
|
<style scoped><!--
|
|
#rolestable {border-collapse:collapse;}
|
|
#rolestable tr th, #rolestable tr td {border-right:white 2px solid;padding:0 5px;}
|
|
#rolestable tr td {height:10ex;}
|
|
#rolestable tr td p {margin:5px 0; padding:0;}
|
|
--></style>
|
|
<table id="rolestable">
|
|
<tr>
|
|
<th></th>
|
|
<th>Source Code & Documentation</th>
|
|
<th>Code Reviews</th>
|
|
<th>Bug Tracker</th>
|
|
<th></th>
|
|
</tr>
|
|
<tr style="background-color:#e6b8af;color:black;">
|
|
<th>Committer</th>
|
|
<td>
|
|
<p>force-commit</p>
|
|
</td>
|
|
<td>
|
|
<p>approve changes</p>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr style="background-color:#ffe599;color:black;">
|
|
<th>Contributor<br>(and above)</th>
|
|
<td></td>
|
|
<td>
|
|
<p>launch try jobs</p>
|
|
</td>
|
|
<td>
|
|
<p>change bug status</p>
|
|
<p>edit bug labels</p>
|
|
<p>own bugs</p>
|
|
</td>
|
|
</tr>
|
|
<tr style="background-color:#d0e0e3;color:black;">
|
|
<th>Developer<br>(and above)</th>
|
|
<td>
|
|
<p>download</p>
|
|
<p>view history</p>
|
|
</td>
|
|
<td>
|
|
<p>commit changes (once approved)</p>
|
|
<p>upload changes for approval</p>
|
|
<p>view</p>
|
|
</td>
|
|
<td>
|
|
<p>add comments to existing bugs</p>
|
|
<p>file new bugs</p>
|
|
<p>view bugs</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|