Skip to content

Manual QA

Hécate Moonlight edited this page Apr 6, 2023 · 9 revisions

Manual QA Guide

Workflow

  1. Go to https://github.com/orgs/haskell/projects/3/ and pick a ticket in the "Waiting" column;
  2. Assign yourself to it and move the ticket to the "Testing" column;
  3. If this is a bug fix, try and reproduce the described bug on your local setup;
  4. Update your local copy of cabal so that it includes the bugfix;
  5. Follow the instructions in the QA Notes section with your local copy of the cabal command-line tool;
  6. Signal any problem you encounter while following the instructions to the author of the PR or the ticket. You may encounter problems because the author has not been precise enough, or because some things were implicitly assumed (global configuration, presence of other tools, etc);
  7. Once you can confidently reproduce the instructions without problems, move the item to the "Testing Approved" column;

Rinse, and repeat.