Krita/Docs/Bug Hunting Day: Difference between revisions

From KDE Community Wiki
< Krita‎ | Docs
Line 18: Line 18:
# Read [http://nonaynever.ru/kwiki/krita/BugWritingGuidelines Bug Writing guidelines] to see what info is usually needed in the bug report
# Read [http://nonaynever.ru/kwiki/krita/BugWritingGuidelines Bug Writing guidelines] to see what info is usually needed in the bug report
# Write or update your name and system configuration in this [https://docs.google.com/spreadsheets/d/1mJ9SPclalprjVj9Lruu1ihrmjFAGeb6iiUjdjUqqAFI/edit#gid=0 configurations spreadsheet]. The info is needed so the developer would know how system/hardware influence the bug.
# Write or update your name and system configuration in this [https://docs.google.com/spreadsheets/d/1mJ9SPclalprjVj9Lruu1ihrmjFAGeb6iiUjdjUqqAFI/edit#gid=0 configurations spreadsheet]. The info is needed so the developer would know how system/hardware influence the bug.
# Walk through the bugs and try to reproduce them on your system. You can add comments, ask the reporter about more info and do whatever you think is needed with this bug. You can consult [http://nonaynever.ru/kwiki/krita/BugWritingGuidelines guidelines] to see what additional info might be needed to reproduce/fix a bug.
# Walk through the [https://bugs.kde.org/buglist.cgi?bug_severity=critical&bug_severity=grave&bug_severity=major&bug_severity=crash&bug_severity=normal&bug_severity=minor&bug_status=UNCONFIRMED&bug_status=REOPENED&bug_status=NEEDSINFO&list_id=1273249&product=krita&query_format=advanced bugs]  and try to reproduce them on your system. You can add comments, ask the reporter about more info and do whatever you think is needed with this bug. You can consult [http://nonaynever.ru/kwiki/krita/BugWritingGuidelines guidelines] to see what additional info might be needed to reproduce/fix a bug.
# Add a note to the bug to say that you have triaged the bug and whether you've been able to reproduce it or not.
# Add a note to the bug to say that you have triaged the bug and whether you've been able to reproduce it or not.
# If you managed to reproduce a bug on your computer: add all the information you have on how you reproduced the issue and add the "triaged" keyword to the bug.
# If you managed to reproduce a bug on your computer: add all the information you have on how you reproduced the issue and add the "triaged" keyword to the bug.

Revision as of 14:29, 19 June 2015

Goals

The main goal of a Bug Hunting Day is to ensure that all the current bug reports are valid and the developers have enough information for fixing them. By the end of the day we should ensure that:

  1. all the CONFIRMED bugs are reproducible on the current version of Krita by at least one person except the reporter and has enough information to be reproduced by a developer
  2. the amount of UNCONFIRMED bugs drops to zero, that is we should triage all (optimistically) such bugs into CONFIRMED or NEEDSINFO
  3. if noone can reproduce a bug, we keep it UNCONFIRMED or mark as NEEDSINFO.

Roles

There are two groups of people involved: Bug Hunters, Developers.

Bug Hunters

Bug hunters are the main force of a hunting day. They test the bugs on bugzilla and write the their verdict. If you would like to be a hunter, please follow these simple steps:

  1. Make sure you've got a bugzilla account!
  2. Update your Krita to the latest testing version using Krita Lime or any other method you prefer. See this manual on getting the latest testing build.
  3. Backup and reset your Krita configuration files and resources (see manual)
  4. Read Bug Writing guidelines to see what info is usually needed in the bug report
  5. Write or update your name and system configuration in this configurations spreadsheet. The info is needed so the developer would know how system/hardware influence the bug.
  6. Walk through the bugs and try to reproduce them on your system. You can add comments, ask the reporter about more info and do whatever you think is needed with this bug. You can consult guidelines to see what additional info might be needed to reproduce/fix a bug.
  7. Add a note to the bug to say that you have triaged the bug and whether you've been able to reproduce it or not.
  8. If you managed to reproduce a bug on your computer: add all the information you have on how you reproduced the issue and add the "triaged" keyword to the bug.
  9. Continue with the next bug!

Developers

The main task for developers is to coordinate the work of hunters and have the final word on changing the status of the bugs. The final status assignment can happen when the day is ended based on the contents of the spreadsheet.

The steps for the developers are quite boresome:

  1. Create two spreadsheets for the hunters and assign tasks to them
  2. If a hunter (who is not a reporter) told the bug is reproducible, check whether the bugreport contains enough info (see guidelines) and mark it as CONFIRMED
  3. If a hunter did not managed to reproduce the bug, ask another hunter with a different system configuration to test it
  4. If no hunters managed to reproduce a bug, mark it either as NEEDSINFO or WORKSFORME
  5. Repeat until you have no UNCONFIRMED bugs left.