Link to Design & Implementation planning Template
iterate over the design and implementation plan until satisfied
8. ### Removal of console logs & warning messages
-
On successful testing
- remove console.logs and warning messages
- Pull in the master branch
- Fix merge conflicts (if any)
- Merge with master
- (Master should be automatically configured on CI/CD to deploy to production environment on successful merges)
-
On unsuccessful testing
- Fix issues in feature branch, and update merge request
- Recommence from code review stage.
-
On successful merging
- Delete feature branch. We're done.
-
On unsuccessful merging
- Roll back master branch, and repush to production
- Pull master branch into feature branch
- Run feature branch in testing. Figure out issues, and fix issues
- Recommence from code review stage.