Create new pull request after reviwe
Here are the steps to create a new pull request after reviewing a pull request:
Prerequisites:
- You have a GitHub account and are logged in.
- You have a repository where you want to create a new pull request.
- You have reviewed a pull request and are ready to create a new one.
Steps:
- Go to the repository: Navigate to the repository where you want to create a new pull request.
- Click on "New pull request": Click on the "New pull request" button in the top right corner of the repository page.
- 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.
- 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.
- 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.
- Commit changes: Commit your changes with a meaningful commit message.
- Create pull request: Click on the "Create pull request" button to create a new pull request.
- 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.
- Submit pull request: Click on the "Submit pull request" button to submit your new pull request.
Tips:
- Make sure to review the changes you are proposing in your new pull request carefully.
- Use a meaningful title and description for your pull request.
- Assign reviewers who are familiar with the code and can provide feedback.
- Keep your pull request concise and focused on a specific set of changes.
By following these steps, you can create a new pull request after reviewing a pull request.