Pull Request Strategy - KnoldusLabs/codesquad-support GitHub Wiki
Here are the steps to follow check list:-
-
When anyone will create a pull request, a message
Please review the guidelines for contributing to this repository.
will be displayed. -
Now add below contents in the comment and mark all fulfilled criteria as checked-
Pull Request (PR) Summary
Write a short summary of your changes here
Pull Request (PR) Checklist
Documentation
- Documentation in Wiki updated
Code Review
- Self code review -- take another pass through the changes yourself
- Completed all relevant
TODO
s, or call them out in the PR comments and on Slack - Scalastyle warnings are zero
- No unnecessary dependency, imports
Tests
- All tests are passing
- Manual Testing
- Code coverage is above 90%
- Now click on Update comment button.