Create new pull request after reviwe

Here are the steps to create a new pull request after reviewing a pull request:

Prerequisites:

  1. You have a GitHub account and are logged in.
  2. You have a repository where you want to create a new pull request.
  3. You have reviewed a pull request and are ready to create a new one.

Steps:

  1. Go to the repository: Navigate to the repository where you want to create a new pull request.
  2. Click on "New pull request": Click on the "New pull request" button in the top right corner of the repository page.
  3. Select the branch: Select the branch that you want to create the new pull request from. This can be a new branch or an existing one.
  4. Enter a title and description: Enter a title and description for your new pull request. This will help others understand what changes you are proposing.
  5. Add files: Add the files that you want to include in your new pull request. You can select files from your local machine or from the repository.
  6. Commit changes: Commit your changes with a meaningful commit message.
  7. Create pull request: Click on the "Create pull request" button to create a new pull request.
  8. Assign reviewers: Assign reviewers to your new pull request. This will notify them that you have created a new pull request and they can review it.
  9. Submit pull request: Click on the "Submit pull request" button to submit your new pull request.

Tips:

By following these steps, you can create a new pull request after reviewing a pull request.