pravee42 / hacktoberfest2023

This is an open source repository where the users can add any script that works perfectly
https://discord.gg/AbpWyMazCN
1 stars 3 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2023 javascript python

Hacktoberfest2023

image

Open Source Love

image

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.

Hacktoberfest2023

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

Join us on discord

Joining link

Feedback form

Give Feedback / Report

How to make successful PRs

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>