-
Notifications
You must be signed in to change notification settings - Fork 1
How to create pull request
Sandeep Sachan edited this page Aug 22, 2021
·
1 revision
Pull-Request checklist
- Coding standards
- Code style guide
- Design
- Functionality
- Complexity
- Tests
- Naming
- Comments
- Consistency
- Follow generalized version of unit-test checklist
- Do not comment/ignore test from the build pipeline
- Any changes applied to existing code should also update documentation
These guidelines should help you get through reviews faster and with higher-quality results
- Smaller is better
- How to handle reviwer comments
- Work on pull request description
- Do a self review (assume you are reviwer of code)
- find out issues as reviewer
- do not skip(pause) test
- no test fail
- Todo (Add more items here)
- All code is formatted with Prettier
- No build warnings
- GitHub Actions CI pipeline (feedback/status)
- Everything should be 🟩
- No warnings/error
- Think as reviewer(save time)
- Add screenshot and comments
- Share references of releveant internal or external links
- Be explicit
- Partial/Full implementation of task
- The Standard of Code Review
- What to Look For In a Code Review
- Navigating a PR in Review
- Speed of Code Reviews
- How to Write Code Review Comments
- How to handling Pushback in Code Reviews