Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / site / docs / roles.md
1
2 ---
3 title: "Project Roles"
4 linkTitle: "Project Roles"
5
6 ---
7
8
9 The Skia open source project includes individuals working in a variety of
10 roles.  Anyone can view the code, use the Skia library, file bugs, and submit
11 patches.  This page describes in detail the kinds of roles that interested
12 parties can assume.
13
14 For more information on ways to get involved in Skia development, see the
15 [Contributing to Skia page](/docs/dev/contrib/).
16
17 <div>
18 <style scoped><!--
19 #rolestable {border-collapse:collapse;}
20 #rolestable tr th, #rolestable tr td {border-right:white 2px solid;padding:0 5px;}
21 #rolestable tr td {height:10ex;}
22 #rolestable tr td p {margin:5px 0; padding:0;}
23 --></style>
24 <table id="rolestable">
25  <tr>
26   <th></th>
27   <th>Source Code &amp; Documentation</th>
28   <th>Code Reviews</th>
29   <th>Bug Tracker</th>
30   <th></th>
31  </tr>
32  <tr style="background-color:#e6b8af;color:black;">
33   <th>Committer</th>
34   <td>
35     <p>force-commit</p>
36   </td>
37   <td>
38     <p>approve changes</p>
39   </td>
40   <td></td>
41  </tr>
42  <tr style="background-color:#ffe599;color:black;">
43   <th>Contributor<br>(and above)</th>
44   <td></td>
45   <td>
46     <p>launch try jobs</p>
47   </td>
48   <td>
49     <p>change bug status</p>
50     <p>edit bug labels</p>
51     <p>own bugs</p>
52   </td>
53  </tr>
54  <tr style="background-color:#d0e0e3;color:black;">
55   <th>Developer<br>(and above)</th>
56   <td>
57     <p>download</p>
58     <p>view history</p>
59   </td>
60   <td>
61     <p>commit changes (once approved)</p>
62     <p>upload changes for approval</p>
63     <p>view</p>
64   </td>
65   <td>
66     <p>add comments to existing bugs</p>
67     <p>file new bugs</p>
68     <p>view bugs</p>
69   </td>
70  </tr>
71 </table>
72 </div>
73