Hacktoberfest is an annual festival hosted by DigitalOcean that takes place in the month of October to celebrate the open source community. As part of this 31-day celebration, contributors and open source maintainers are encouraged to work on open source projects and win swag to mark the occasion.
This is an open repo where the users can add any application or code that can work perfectly
The users can able to add any script here or add the solution of some problems in problem-solving for DSA propblems for hacktoberfest2023
How to make successful PRs
https://github.com/<your_github_user_name>/hacktoberfest2023.git
cd Hacktoberfest2023
git remote add upstream https://github.com/pravee42/Hacktoberfest2022-python.git
git remote -v
git pull upstream master
create a new branch so that you can upload the code
git checkout -b <your_branch_name>
Make relavent changes
Hacktoberfest2023 folder
git add .
git commit -m "commit message"
git push -u origin <your_branch_name_entered_before>
Create Pull Request