Skip to content

Open a Pull Request

PROJECT ZERO edited this page Jan 18, 2025 · 1 revision

Open a Pull Request

Step-by-Step Instructions

  1. Open Terminal: Open your terminal or command prompt.

  2. Navigate to the Repository: Use the cd command to navigate to the directory of your cloned repository.

  3. Push Changes: Use the git push command to push your changes to your forked repository. For example:

    git push origin new-feature-branch
  4. Open GitHub: Open your web browser and navigate to your forked repository on GitHub.

  5. Create a Pull Request: Click on the "New pull request" button. Select the branch you want to merge into the main repository and provide a descriptive title and detailed description of the changes you have made.

  6. Submit the Pull Request: Click on the "Create pull request" button to submit your pull request for review.

  7. Review and Merge: Once your pull request is reviewed and approved, it can be merged into the main repository.

TABLE OF CONTENTS

Clone this wiki locally