PrayTeam / scriptured-prayer

GNU Affero General Public License v3.0
1 stars 0 forks source link

Feat/faq #95

Closed sflowers51 closed 2 months ago

sflowers51 commented 3 months ago

Description

Reason

How this has been tested

Types of changes

Screenshots

Checklist:

asherlloyd commented 3 months ago

You'll need to fill out the missing fields on the pull request:

image

And revert the latest merge from main => feat/faq. This request should only include the latest changes from the target branch feat/static-pages.

sflowers51 commented 2 months ago

Are there any additions that need to be made to this version of the faq page?

asherlloyd commented 2 months ago

@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 :)

sflowers51 commented 2 months ago

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?

sflowers51 commented 2 months ago

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.

asherlloyd commented 2 months ago

@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.

asherlloyd commented 2 months ago

@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:

image

And revert the latest merge from main => feat/faq. This request should only include the latest changes from the target branch feat/static-pages.