Closed emmanuelmuturia closed 3 months ago
@Fbada006 This is noted. I have already merged the task branch to this feature branch...
@emmanuelmuturia one more thing, please mark this PR as a draft PR because its incomplete, as soon as you complete working on the changes, you can make it open and request a review.
@Fbada006 This is noted. I have already merged the task branch to this feature branch...
Yes, but you are still trying to merge incomplete changes to master. That should not be done. The flow goes like this, create a feature branch from main, then publish the feature branch. From the feature branch, create a branch for a small task, then open a PR to merge back to the feature branch. This continues until you finish the feature branch, then open a pr from the feature to main. As it is, these changes cannot make it back to main because the feature is not even half complete.
@CalebKL and @Fbada006 I have converted the branch to a draft branch. Will that suffice or will I have to redo the entire process of creating the feature branch and its subsequent task branches?