aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--doc/contribute.mdwn42
-rw-r--r--git-annex.cabal2
3 files changed, 35 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index 37e9bdf06..4b8a90dc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-annex (5.20140422) UNRELEASED; urgency=medium
+git-annex (5.20140517) unstable; urgency=medium
* webapp: Switched to bootstrap 3.
Thanks, Sören Brunk.
@@ -20,7 +20,7 @@ git-annex (5.20140422) UNRELEASED; urgency=medium
from the Linux standalone bundle into PATH.
Thanks, jlebar.
- -- Joey Hess <joeyh@debian.org> Fri, 02 May 2014 15:28:53 -0300
+ -- Joey Hess <joeyh@debian.org> Sat, 17 May 2014 13:30:39 -0400
git-annex (5.20140421) unstable; urgency=medium
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.
diff --git a/git-annex.cabal b/git-annex.cabal
index f7703335f..22c103222 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 5.20140421
+Version: 5.20140517
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <joey@kitenet.net>