Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: site/roles.md

Issue 1011753004: Doc: htmlify roles table to allow easier modification (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-03-17 (Tuesday) 12:47:05 EDT Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | site/roles.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Project Roles 1 Project Roles
2 ============= 2 =============
3 3
4 The Skia open source project includes individuals working in a variety of 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 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 6 patches. This page describes in detail the kinds of roles that interested
7 parties can assume. 7 parties can assume.
8 8
9 For more information on ways to get involved in Skia development, see the 9 For more information on ways to get involved in Skia development, see the
10 [Contributing to Skia page](/dev/contrib/). 10 [Contributing to Skia page](/dev/contrib/).
11 11
12 ![roles.png](roles.png) 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>
OLDNEW
« no previous file with comments | « no previous file | site/roles.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698