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 python script that works perfectly
The users can able to add any script here or add the solution of some problems in problem-solving in python for hacktoberfest2022
#Feedback form Give Feedback / Report
How to make successful PRs
- fork this repository
- git clone --depth 1
https://github.com/<your_github_user_name>/Hacktoberfest2022-python.git
cd Hacktoberfest2021-python
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
Hacktoberfest2022-python folder
git add .
git commit -m "commit message"
git push -u origin <your_branch_name_entered_before>
- To create a pull request, click on `compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.
- Add an appropriate title and description to your pull request explaining your changes and efforts.
- Click on
Create Pull Request
- now you have successfully created a pull request