odaialazzeh / Recipe-app

MIT License
0 stars 2 forks source link

Recipe app #28

Closed odaialazzeh closed 1 year ago

odaialazzeh commented 1 year ago
medaminedev66 commented 1 year ago

Hello team 👋,

This is an additional review as a result of the second opinion request.

I can see the your PR was marked as invalid. This is because most Github features will be unusable when a PR is merged and you need to submit another CRR with an open PR.

There are many approaches to submit an open PR:

  1. First option: you can revert the PR,
    • Click on the "Merge" button to see the options available.
    • Click on "Revert" option. This will create a new branch with the changes required to undo the changes from the merged pull request.
    • Give the revert pull request a title and description that explain the reason for the revert.
    • Submit the new pull request.
  2. Second option: You can reopen the PR,
    • At the top of the page, click on the "Reopen pull request" button.
    • If you don't see the "Reopen pull request" button, it's possible that the branch associated with the pull request has been deleted. In that case, you will need to recreate the branch and then open a new pull request.
  3. If the branch has been deleted, you should create a new branch:
    • Go to the repository where the pull request was merged.
    • Click on the "Branches" tab in the repository.
    • Find the branch that was merged and click on the "..." icon next to it.
    • Click on "Restore branch" to recreate the branch.

Keep rocking 🚀!