~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/bug-handling.txt

  • Committer: Robert Collins
  • Date: 2009-09-15 05:16:50 UTC
  • mto: This revision was merged to the branch mainline in revision 4690.
  • Revision ID: robertc@robertcollins.net-20090915051650-nahhg9o0387t0g9o
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
    require action. When setting a bug task to fix released, the bug target
167
167
    milestone should be set to the release the fix will be included in (or
168
168
    was included in, if you are updating an old bug). Don't spend too much time
169
 
    updating this if you don't immediately know : its not critical that it be
 
169
    updating this if you don't immediately know: its not critical that it be
170
170
    set.
171
171
 
172
172
 
217
217
Therefore, we don't target bugs that we'd like to have fixed or that could
218
218
be fixed in a particular release, we only target bugs that must be fixed
219
219
and that will cause us to slip the release if they're not fixed.  At any time,
220
 
very few if any of the bugs targetted to a release should be still open.  By
 
220
very few if any of the bugs targeted to a release should be still open.  By
221
221
definition, these bugs should normally be Critical priority.
222
222
 
223
223