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