Improving

Differences between revisions 3 and 4
Revision 3 as of 2007-07-20 23:47:19
Size: 2063
Editor: c-24-21-231-115
Comment: Added Summary improvement
Revision 4 as of 2007-07-20 23:51:18
Size: 2067
Editor: c-24-21-231-115
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
#* If the bug contains a workaround is it clearly identified?
#* They should go at the bottom of the bug description
#* They should be labelled '''WORKAROUND'''
#* While not a solution it will help people get along until the bug is resolved
##* If the bug contains a workaround is it clearly identified?
##* They should go at the bottom of the bug description
##* They should be labelled '''WORKAROUND'''
##* While not a solution it will help people get along until the bug is resolved

Improving a bug report

Part of the bug triaging process involves ensuring that the bug is valid, well described, and contains adequate information for a developer to start working on it.

Most bug reports to be considered complete must contain:

  • The version of Ubuntu that the reporter is running
  • The version of the package the reporter is using
  • The steps the report took to produce the problem
  • Whether or not it is possible for the reporter to reproduce the issue
  • The expected result of these actions
  • The actual result of these actions

Not every bug reported contains all this information though. So as triagers we can ask for any of the above if it is missing.

Additionally, certain classes of bugs and specific packages require more detailed information like configuration and log files. The DebuggingProcedures page contains a list of links to detailed information to gather.

Since most reports probably won't be complete, you'll have to start a conversation with the bug reporter. Ask the reporter for more information by doing the following:

  • Click on the task name, which is usually the package name, in the yellow horizontal line.
  • Change the "Status" field to "Incomplete".
  • Click the "Me" button in the "Assigned to" area.
  • Ask for the additional information required in the "Comment on this change" field.
  • Click "Save changes".

As the bug assignee you will be e-mailed when the reporter responds.

Even if the bug is complete it could probably still use some improvement.

  • Is the bug's summary descriptive of the bug? This will help people find bugs easier.
    • consider "no r5xx support in radeon driver (X1300, X1400, X1600, X1800, X1900, X1950)" vs

    • "update-manager" or "Screen Saver Issues" or "Buffer I/O Error"

Bugs/Improving (last edited 2019-12-11 08:41:22 by aurelien-lourot)