]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: Contributor: Improve issues a bit more
authorTrevor Daniels <t.daniels@treda.co.uk>
Mon, 8 Feb 2010 10:57:39 +0000 (10:57 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Mon, 8 Feb 2010 10:57:39 +0000 (10:57 +0000)
Documentation/contributor/issues.itexi

index b8e59bc3a31beb8acba5fb7f52d4659b3982f455..c6a55bcce96ba1428e6fd04c53891e6114660bbc 100644 (file)
@@ -286,6 +286,13 @@ commit which causes a problem.  See the git manual page for
 although it requires familiarity with git, ability to compile
 LilyPond, and generally a fair amount of technical knowledge.
 
+Even if you are not familiar with git or are not able to compile
+LilyPond you can still help to narrow down the cause of a regression
+simply by downloading the binaries of different LilyPond versions
+and testing them for the regression.  Knowing which version of
+LilyPond first exhibited the regression is helpful to a developer
+as it shortens the @code{git bisect} procedure described above.
+
 Once a problematic commit is identified, the programmers' job is
 much easier.  In fact, for most regression bugs, the majority of
 the time is spent simply finding the problematic commit.