Skip to content

Abipravi1/Hacktoberfest2022-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest2022

image Open Source Love

What is Hacktoberfest?

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.

Hacktoberfest2022-python

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

Join us on discord

Joining link

#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

About

This is an open source repository where the users can add any python script that works perfectly

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published