Doc: htmlify roles table to allow easier modification
authorhalcanary <halcanary@google.com>
Tue, 17 Mar 2015 16:56:33 +0000 (09:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 17 Mar 2015 16:56:33 +0000 (09:56 -0700)
TODO: make sure the table is up to date.
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=1011753004

Review URL: https://codereview.chromium.org/1011753004

site/roles.md
site/roles.png [deleted file]

index 97d48cb..9cdec69 100644 (file)
@@ -9,4 +9,59 @@ parties can assume.
 For more information on ways to get involved in Skia development, see the
 [Contributing to Skia page](/dev/contrib/).
 
-  ![roles.png](roles.png)
+<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 &amp; 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>
diff --git a/site/roles.png b/site/roles.png
deleted file mode 100644 (file)
index 9c11068..0000000
Binary files a/site/roles.png and /dev/null differ