Fork/Copy the repo by clicking the right most button on top of the page.
Go to your own repository list and find the forked repository.
Clone the repo:
git clone https://github.com/DS-73/project-2022.git
In your local repository, run script/setup, move to the folder of the root directory
cd project-2022
Create a folder named your GITHUB_USERNAME
mkdir YOUR_USERNAME
Start Adding your solved problems files into the directory.
Make a Commit to the added files
git add .
git commit -m "COMMIT MESSAGE"
Push the Changes to your own forked repository:
git push origin main
Now go to the Github Website and switch to the forked repository.
Click on preview and make pull request. A pull request is being made to the original Repository.
Once the Pull Request is made we will verify your solutions and merge the Pull Requests. With this you make your first valid pull Request.