-
Notifications
You must be signed in to change notification settings - Fork 206
Checklist for PR reviewer
Weiyuan Wu edited this page May 14, 2020
·
4 revisions
As a PR reviewer, you are required to ensure ALL the following items are checked. You are also required to response fast.
- The PR template is filled correctly with easy understanding words.
- Screenshots are attached if UI changes involved.
- The PR is squashed (1 commit per feature/fix/...) and rebased against the develop branch.
- The commit messages are following the guideline and are informative as the release note.
- The PR links to the corresponding issue with "closes #xyz", if it fixes an issue.
- If new features are introduced, the tests should also be included.
- The code addresses all your comments.
- The PR is rebased and squashed.
- No personal information and configuration are leaked into the commits.