aboutsummaryrefslogtreecommitdiff
path: root/doc/contribute.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-17 13:29:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-17 13:29:35 -0400
commit9c1d8c5a63abac028c5a7592507664fef56be27c (patch)
tree578f40a7e47037aafc360b8f0af49ede2b29a50b /doc/contribute.mdwn
parent93a1e3c0a8b9e68c39e16a1420cd1dfdcabc0c99 (diff)
reorg, add bug triage section
Diffstat (limited to 'doc/contribute.mdwn')
-rw-r--r--doc/contribute.mdwn42
1 files changed, 32 insertions, 10 deletions
diff --git a/doc/contribute.mdwn b/doc/contribute.mdwn
index 540c1c4b1..102641cc7 100644
--- a/doc/contribute.mdwn
+++ b/doc/contribute.mdwn
@@ -1,15 +1,37 @@
Help make git-annex better!
-* This website is a wiki, so you can edit and improve any page.
-* Write a [[new_tip|tips]] explaining how to accomplish something with
- git-annex.
-* [[download]] the source code and send patches!
-* If you know Haskell, git-annex has lots of Haskell code that
- could be improved. See the [[coding_style]] and have at it.
-* If you don't know Haskell, git-annex has many other coding opportunities.
- 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.
+## wiki gardening
+
+This website is a wiki, so you can edit and improve any page.
+
+Or, write a [[new_tip|tips]] explaining how to accomplish something with
+git-annex.
+
+## bug triage
+
+People often file [[bugs]] on git-annex that are easily resolved by helping
+them with a problem, and perhaps writing some documentation.
+
+Many bugs are also filed without enough information
+to reproduce the problem, and need to be tagged moreinfo and a comment
+posted asking the submitter for details.
+
+Joey spends a lot of time dealing with this kind of bug triage. If you can
+take the time to pick a bug, try to reproduce it and follow up either
+confirming that the problem exists, or asking the submitter for more info,
+you'll make Joey more productive!
+
+## code contributions
+
+[[download]] the source code and send patches!
+
+If you know Haskell, git-annex has lots of Haskell code that
+could be improved. See the [[coding_style]] and have at it.
+
+If you don't know Haskell, git-annex has many other coding opportunities.
+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.