summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-08 18:52:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-08 18:52:35 -0400
commit48f769db3946a4554283134c28152f55c86808ff (patch)
tree83bbdafb4c95faeb7e5aef638353117f75914729
parentcf7f34c3789f3b0b02de068dcb3d390b4abb44cd (diff)
how to send patches
-rw-r--r--doc/contribute.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/contribute.mdwn b/doc/contribute.mdwn
index 5dc3eb5ed..540c1c4b1 100644
--- a/doc/contribute.mdwn
+++ b/doc/contribute.mdwn
@@ -10,3 +10,6 @@ Help make git-annex better!
You could work to improve the Android port (Java etc) or improve the
Javascript and CSS of the git-annex webapp, or work on porting libraries
needed by the Windows port.
+
+To send patches, either include the patch in a bug report (small patch)
+or put up a branch in a git repository containing your changes.