Skip to content

How I make PR? #2

Answered by swaraj-das
annonymus-coder asked this question in Q&A
Discussion options

You must be logged in to vote

Here’s a concise guide on how to make a Pull Request (PR) for your project, formatted for a README.md file:

How to Make a Pull Request (PR)

Follow these steps to submit a pull request:

1. Fork the Repository

  • Go to the repository you want to contribute to.
  • Click the "Fork" button in the top right corner of the repository page. This will create a copy of the repository under your GitHub account.

2. Clone the Forked Repository

  • Open your terminal or Git Bash.
  • Clone the repository to your local machine by running:
    git clone https://github.com/your-username/repository-name.git

3. Create a New Branch

  • Navigate to the cloned repository on your local machine:
    cd repository-name
  • Create a new …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by annonymus-coder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants