]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: CG: pre-GOP work on Issues.
authorGraham Percival <graham@percival-music.ca>
Mon, 31 May 2010 14:27:42 +0000 (15:27 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 31 May 2010 14:28:07 +0000 (15:28 +0100)
Documentation/contributor/issues.itexi
Documentation/included/helpus.itexi
Documentation/web/community.itexi

index bd628e965be6f333440081c4bce6fb95acf9da66..9756d46f4d61684f2e6f6c66fc1d531816afe0be 100644 (file)
@@ -24,17 +24,19 @@ TODOs, so the term @qq{bug} wouldn't be accurate.
 
 Second, the classification of what counts as a bug vs. feature
 request, and the priorities assigned to bugs, are a matter of
-concern @strong{for developers only}.  The Bug Squad will classify
-issues according to the guidelines given by developers.
+concern @strong{for developers only}.  The Bug Squad should
+classify issues according to the guidelines given by developers.
 
-If you are curious about the classification, read on, but please
-don't complain that your particular issue should have higher
-priority or counts as a bug rather than a feature request.
+@warning{Unless otherwise specified, all the tasks in this chapter
+are @qq{simple} tasks: they can be done by a normal user with
+nothing more than a web browser, email, and lilypond.}
 
 
 @node Issue classification
 @section Issue classification
 
+Every issue should have a Status and Type; the other fields are
+optional.
 
 @subheading Status
 
@@ -210,6 +212,9 @@ Performance: might potentially be used.
 
 @end itemize
 
+If you particularly want to add an label not in the list, go
+ahead, but this is not recommended.
+
 
 @node Adding issues to the tracker
 @section Adding issues to the tracker
@@ -218,6 +223,61 @@ This should only be done by the Bug Squad or experienced
 developers.  Normal users should not do this; instead, they should
 follow the guidelines for @rweb{Bug reports}.
 
+@subsubheading Normal issues
+
+@itemize
+
+@item
+Check if the issue already exists in the tracker.
+
+@item
+If the initial bug report contains lilypond examples which do not
+follow the guidelines in @rweb{Tiny examples}, either ask the
+reporter to create such an example, or make one yourself.
+
+If you are willing to spend the effort, we would prefer it if the
+Bug Squad member created a tiny example themselves instead of
+asking the user to do so.
+
+@item
+Add the issue and classify it according to the guidelines in
+@ref{Issue classification}.  In particular, the item should have a
+@code{Status}, @code{Type-}, and @code{Priority-}.
+
+@item
+After adding the issue, please send a response email to the same
+group(s) that the initial patch was sent to.  If the initial email
+was sent to multiple mailing lists (such as both @code{user} and
+@code{bugs}), then reply to all those mailing lists as well.  The
+email should contain a link to the issue you just added.
+
+@end itemize
+
+
+@subsubheading Patch reminders
+
+There is a special category of issues: reminders of an existing
+patch.  These should be added if a patch has been sent to a
+lilypond mailing list (generally @code{lilypond-devel}, but they
+sometimes appear on @code{bug-lilypond} as well) and has had no
+discussion for at least @strong{3 days}.  Do not add issues for
+patches under active discussion.
+
+Before adding a patch-reminder issue, do a quick check to see if
+it was pushed without sending any email.  This can be checked for
+searching for relevant terms (from the patch subject or commit
+message) on the webgit page:
+
+@example
+@uref{http://git.savannah.gnu.org/gitweb/?p=lilypond.git}
+@end example
+
+After adding the issue, please send a response email to the same
+group(s) that the initial patch was sent to.  If the initial email
+was sent to multiple mailing lists (such as both @code{bugs} and
+@code{devel}), then reply to all those mailing lists as well.  The
+email should contain a link to the issue you just added.
+
 
 @node Checking and verifying issues
 @section Checking and verifying issues
@@ -240,6 +300,11 @@ Once every two weeks or so:
 
 @itemize
 
+@item
+Check for any incorrectly-classified items in the tracker.  This
+generally just means looking at the grid to see any items without
+a Type or Priority.
+
 @item
 Check for any items with @code{label:patch}.  If it's been more
 than a week since the last action on the issue, send an email to
@@ -252,7 +317,8 @@ more work, then remove the @code{patch} label.
 
 @end itemize
 
-Once every year or so:
+Once every year or two: (yes, these are large tasks; gathering
+more volunteers to help is definitely recommended)
 
 @itemize
 
@@ -267,7 +333,7 @@ Checking all issues: we try to mark each Issue @q{fixed} when we
 fix it, but occasionally one or two issues will slip through the
 cracks.  It is therefore good to check all Issues. If you see the
 same (broken) output as the initial report, then simply post a
-"Problem still exists in 2.x.y" message to the issue.
+@qq{Problem still exists in 2.x.y} message to the issue.
 
 @end itemize
 
@@ -297,9 +363,13 @@ else about LilyPond development.
 @uref{http://code.google.com/p/lilypond/issues/list?can=2&q=label:Frog&mode=grid&y=Priority&x=Type&cells=ids}
 @end example
 
+
 @node Finding the cause of a regression
 @section Finding the cause of a regression
 
+@warning{This is not a @qq{simple} task; it requires a fair amount
+of technical knowledge.}
+
 Git has special functionality to help tracking down the exact
 commit which causes a problem.  See the git manual page for
 @code{git bisect}.  This is a job that non-programmers can do,
@@ -307,11 +377,12 @@ 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 binary releases 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.
+LilyPond you can still help to narrow down the cause of a
+regression simply by downloading the binary releases 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
index 986327f7b710edb619175d465e908a801d7e01b6..0bccb6780e30275349c385d04d16583214ec712d 100644 (file)
@@ -24,15 +24,16 @@ of spending time on those simple tasks.
 Mailing list support: answer questions from fellow users.
 
 @item
-Bug reporting: help users create proper @rweb{Bug reports}, and
-aid the Bug Squad in handling @rcontrib{Issues}.
+Bug reporting: help users create proper @rweb{Bug reports}, and/or
+join the Bug Squad to organize @rcontrib{Issues}.
 
 @item
 Documentation: small changes can be proposed by following the
 guidelines for @rcontrib{Documentation suggestions}.
 
 @item
-LilyPond Snippet Repository (LSR): create and fix snippets.  See
+LilyPond Snippet Repository (LSR): create and fix snippets
+following the guidelines in
 @rcontrib{Adding and editing snippets}.
 
 @item
@@ -95,7 +96,11 @@ Frogs, and read @rcontrib{Programming work}.
 
 @subsubheading Frogs
 
-Website and mailist: @uref{http://frogs.lilynet.net}
+Website and mailing list:
+
+@example
+@uref{http://frogs.lilynet.net}
+@end example
 
 The Frogs are ordinary LilyPond users who have chosen to get
 involved in their favorite software's development.  Fixing bugs,
@@ -109,7 +114,11 @@ it, then the word is: @emph{Join the Frogs!}
 
 @subsubheading Grand LilyPond Input Syntax Standardization
 
-Website: @uref{http://lilypond.org/~graham/gliss}
+Website:
+
+@example
+@uref{http://lilypond.org/~graham/gliss}
+@end example
 
 GLISS will stabilize the (non-tweak) input syntax for the upcoming
 LilyPond 3.0.  After updating to 3.0, the input syntax for
@@ -122,7 +131,11 @@ input specification.
 
 @subsubheading Grand Organizing Project
 
-Website: @uref{http://lilypond.org/~graham/gop}
+Website:
+
+@example
+@uref{http://lilypond.org/~graham/gop}
+@end example
 
 GOP will be our big recruiting drive for new contributors.  We
 desperately need to spread the development duties (including
index 7df64eed64555380fe5ce3e428f22f2c35acb8e2..41fca7580f8cab5764f0bd3731475c52b8171a46 100644 (file)
@@ -360,7 +360,6 @@ Here is an example of a good bug report:
 %% change the output at all!
 
 \version "2.10.0"
-\paper@{ ragged-right=##t @}
 \relative c''' @{
   c1
   #(set-octavation 1)