Skip to content

note - This Repo is Excluded from Hacktoberfest 2024. Some one has reported this repo as , this repo is created for achieving the goal for hacktoberfest 2024.. I have created another repo Hacktoberfest-2024, go and check out that new repo where you can contribute

License

Notifications You must be signed in to change notification settings

imharshtiwari/Hacktober-fest-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest 2024

What is Hacktoberfest? "Hacktoberfest is a month-long celebration of open source software." - DigitalOcean

Hacktoberfest® encourages participation in the open source community..

This repository is for collecting the different projects made by people who wants to contribute in open source.

🧑🏽‍💻 Anyone can add any type of valid html-css web page depends on you.

📃 You can add any small projects you have made.

</> You can add programs too, in any programming language, but your program must be something different or unique.

⚠️ Do not just re-edit the file or make some small changes this kind of PRs will not be accepted.

🔴 Do not add anyone else's work in this repository.It will leads to failure of your pull request.

Steps To Generate PR(Pull Request)

🚨 Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.#⭐

Clone the repository

📂 Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

if you want to use the terminal, use the following commands after you fork the repository , open the terminal type the given command

git clone https://github.com/{your-github-username}/hacktober-fest-2024.git

Create a branch

🛈 Then create a branch on your local repository to solve a problem.

terminal commands

git checkout -b your_new_branch_name 

Add & commit

🗨 Make necessary changes and commit those changes.

terminal commands

git add .
git commit -m "your-commit-message"

Push changes to GitHub

⌨ Finally push your local repository to remote repository Compare & Submit a Pull Request

terminal commands

git push origin <branch-name>

and mark this star repository And All Set ... ⭐⭐⭐

About

note - This Repo is Excluded from Hacktoberfest 2024. Some one has reported this repo as , this repo is created for achieving the goal for hacktoberfest 2024.. I have created another repo Hacktoberfest-2024, go and check out that new repo where you can contribute

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published