Pull Request Strategy - KnoldusLabs/codesquad-support GitHub Wiki

Here are the steps to follow check list:-

  1. When anyone will create a pull request, a message Please review the guidelines for contributing to this repository. will be displayed.

  2. 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 TODOs, 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%
  1. Now click on Update comment button.