Tuesday, February 27, 2018

github commit workflow

  1. each commit must mention the files that have been changed or newly created
  2. each developer must work with separate branch
  3. the master committer must review the pull request by checking its test report that should include the build report plus test report and deployment and if the new pull request is valid then it must be merged with the master and then the master branch must be built and deployed and tested before pushing it to the production server

No comments:

Post a Comment