<div dir="ltr">I'd like to see an explanation of "signed-off-by," "reviewed-by" etc.  Maybe as simple as:<div><br></div><div>"Use the tags signed-off-by, reviewed-by, tested-by, acked-by as for linux kernel patches</div>
<div>(see <a href="https://www.kernel.org/doc/Documentation/SubmittingPatches)">https://www.kernel.org/doc/Documentation/SubmittingPatches)</a>."</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 13, 2013 at 7:55 AM, Paul Berry <span dir="ltr"><<a href="mailto:stereotype441@gmail.com" target="_blank">stereotype441@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
<br>
I received an email this morning asking for information about how to<br>
contribute to Piglit, and I couldn't find adequate documentation in<br>
the source tree, so I figured I'd add some more information to the<br>
"HACKING" file.<br>
<br>
 HACKING | 30 ++++++++++++++++++++++++++++++<br>
 1 file changed, 30 insertions(+)<br>
<br>
diff --git a/HACKING b/HACKING<br>
index d96b994..9eff4ef 100644<br>
--- a/HACKING<br>
+++ b/HACKING<br>
@@ -146,3 +146,33 @@ RELEASE and create an appropriate tag in the git repository.<br>
 This tag is the official way of marking a release, so the tarballs provided<br>
 automatically by the cgit frontend are official release tarballs.<br>
<br>
+<br>
+\ Contributing Patches<br>
+ ---------------------<br>
+<br>
+If you want to contribute patches, please subscribe to the piglit<br>
+mailing list (<a href="http://lists.freedesktop.org/mailman/listinfo/piglit" target="_blank">http://lists.freedesktop.org/mailman/listinfo/piglit</a>)<br>
+and then send them to <a href="mailto:piglit@lists.freedesktop.org">piglit@lists.freedesktop.org</a> using "git<br>
+send-email".  One of the core piglit developers should respond with<br>
+comments and suggested improvements.  The piglit mailing list is also<br>
+a good place for general discussion about piglit development, such as<br>
+future plans for the project, and coordinating work between<br>
+developers.<br>
+<br>
+For developers who are new to piglit: when submitting a patch, it is<br>
+helpful to add a note (after the "---" line in the patch file)<br>
+indicating that you are new to the project and don't have commit<br>
+access; that way once your patch has been revised to meet our<br>
+standards of correctness and coding style, we will know that we should<br>
+commit it for you.  If we forget, please remind us!  Once you have<br>
+successfully contributed a handful of patches, feel free to apply for<br>
+commit access usind the process described here:<br>
+<a href="http://www.freedesktop.org/wiki/AccountRequests/" target="_blank">http://www.freedesktop.org/wiki/AccountRequests/</a><br>
+<br>
+Please be patient--most of us develop graphics drivers (such as Mesa)<br>
+as our primary job, so we have limited time to respond to your patches<br>
+on the piglit mailing list.  If your patch hasn't received a reply in<br>
+a week, send a follow-up email to make sure we haven't missed it.  If<br>
+you have questions that are better discussed in real time, many piglit<br>
+developers can also be found in the #dri-devel channel on Freenode<br>
+IRC.<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.4.2<br>
<br>
_______________________________________________<br>
Piglit mailing list<br>
<a href="mailto:Piglit@lists.freedesktop.org">Piglit@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/piglit" target="_blank">http://lists.freedesktop.org/mailman/listinfo/piglit</a><br>
</font></span></blockquote></div><br></div>