/weekly-challenges

One stop for submitting your weekly challenges!

weekly-challenges

One stop for submitting your weekly challenges!

How to start contribution?

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/weekly-challenges

3. Navigate to the project directory.

cd weekly-challenges

4. Navigate to the relevant week.

cd week-3

5. Create a new branch.

git checkout -b <your_branch_name>

6. Follow the instructions in the challenge README and make changes in source code.

7. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

8. Push your local branch to the remote repository.

git push 

9. Create a Pull Request!