-
-
Notifications
You must be signed in to change notification settings - Fork 1
How to QA
Cedric Schwyter edited this page Oct 24, 2022
·
1 revision
- Test PRs rigorously before requesting review.
- Include test cases you've checked for in your PR description.
- If the change is substantial and user-facing, pull down the branch.
- Test for cases (particularly edge cases) that the PR author may have missed.
- Add any important test cases to the automated testing software(s) or bug the author of the PR to do so
- Look at the list of items going out for release the next day.
- Go down the list one-by-one and thoroughly test changes.