Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.56 KB

MAKING_A_PR.md

File metadata and controls

47 lines (29 loc) · 1.56 KB

1. Fork this repo

Create your own copy of this repo by forking it.

github1

2. Clone your fork

This requires git to be installed on your system. Install it from here if you don't have it.
Use the following command to clone the repo to your local folder.

git clone https://github.com/<your_username>/Hack-CP-DSA.git

(Replace <your_username> with your github username)

3. Make your changes

Add your problem and solution files. Follow the guidelines mentioned here.

4. Commit and push your changes

Use the following commands to commit and push your changes

git add .
git commit -m "added <website_name> <problem_name>"
git push

5. Create a Pull request

Go to your fork on Github. If you have pushed the changes, you should see the page as shown below.

github1

Click on Contribute > Open pull request.

github1

Click on Create pull request.

github1

Complete the checklist in the description, and create the pull request.

That's it! You have successfully created a Pull Request.

Now just sit back and wait for it to be approved and merged by a maintainer