-
Notifications
You must be signed in to change notification settings - Fork 696
Manual QA
Hécate Moonlight edited this page Apr 30, 2023
·
9 revisions
- Go to https://github.com/orgs/haskell/projects/3/ and pick a ticket in the "Waiting" column;
- Assign yourself to it and move the ticket to the "Testing" column;
- If this is a bug fix, try and reproduce the described bug on your local setup;
- Update your local copy of cabal so that it includes the bugfix;
- Follow the instructions in the QA Notes section of either the ticket or the PR, with your local copy of the
cabal
command-line tool; - 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);
- Once you can confidently reproduce the instructions without problems, move the item to the "Testing Approved" column;
Rinse, and repeat.