Closed sflowers51 closed 7 months ago
You'll need to fill out the missing fields on the pull request:
And revert the latest merge from main
=> feat/faq
. This request should only include the latest changes from the target branch feat/static-pages
.
Are there any additions that need to be made to this version of the faq page?
@sflowers51 The Git history still doesn't match the target branch; there are changes that would need to be resolved manually. Also, when you are expecting code review feedback, kindly use the "Request review" feature :)
Thank you for getting back and giving feedback. However, I am still a little uncertain as to the changes needing resolving as well as if I reverted the changes correctly. I also think that the faq will be a component of the home page instead of being a seperate page. Which should I do first, fix the correct issues or go ahead and put it into the home page and than request code review?
I mostly ask because I resolved changes when reverting and there were issues with that however Kenan and I resolved the conflicts before pushing what the pull request is now.
@sflowers51 if you run
git diff feat/static-pages
you will see changes that are unrelated to your feature have entered into your branch as a result of merging from a diverged branch, main
.
One such example is the deletion of .github/workflows/build.yaml
. If we merged in that change, it would break the build. As such, you need to correct the changes to match the target branch (feat/static-pages
). I recommend either using Git's rebase
feature to correct the changes or opening a new, separate merge request with the specific changes for your feature.
@sflowers51 please also add the missing context. Description, Reason, How this has been tested, Screenshots (if applicable) and anything else that's relevant:
You'll need to fill out the missing fields on the pull request:
And revert the latest merge from
main
=>feat/faq
. This request should only include the latest changes from the target branchfeat/static-pages
.
Description
Reason
How this has been tested
Types of changes
Screenshots
Checklist: