summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2013-11-13 04:50:39 -0800
committerPaul Berry <stereotype441@gmail.com>2013-11-15 10:05:07 -0800
commit3d7122d3fac41d0a0fbb5120a7a735335cc3cd58 (patch)
tree395b36cab90fe5f8ed79c080cce114799228f5cc /HACKING
parent3aa8f40ebecc7834160685cc0798b46984985b4c (diff)
Add a "Contributing Patches" section to the HACKING file.
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING30
1 files changed, 30 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index d96b99419..9eff4ef3e 100644
--- a/HACKING
+++ b/HACKING
@@ -146,3 +146,33 @@ RELEASE and create an appropriate tag in the git repository.
This tag is the official way of marking a release, so the tarballs provided
automatically by the cgit frontend are official release tarballs.
+
+\ Contributing Patches
+ ---------------------
+
+If you want to contribute patches, please subscribe to the piglit
+mailing list (http://lists.freedesktop.org/mailman/listinfo/piglit)
+and then send them to piglit@lists.freedesktop.org using "git
+send-email". One of the core piglit developers should respond with
+comments and suggested improvements. The piglit mailing list is also
+a good place for general discussion about piglit development, such as
+future plans for the project, and coordinating work between
+developers.
+
+For developers who are new to piglit: when submitting a patch, it is
+helpful to add a note (after the "---" line in the patch file)
+indicating that you are new to the project and don't have commit
+access; that way once your patch has been revised to meet our
+standards of correctness and coding style, we will know that we should
+commit it for you. If we forget, please remind us! Once you have
+successfully contributed a handful of patches, feel free to apply for
+commit access usind the process described here:
+http://www.freedesktop.org/wiki/AccountRequests/
+
+Please be patient--most of us develop graphics drivers (such as Mesa)
+as our primary job, so we have limited time to respond to your patches
+on the piglit mailing list. If your patch hasn't received a reply in
+a week, send a follow-up email to make sure we haven't missed it. If
+you have questions that are better discussed in real time, many piglit
+developers can also be found in the #dri-devel channel on Freenode
+IRC.