Skip to content

Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a star

License

Notifications You must be signed in to change notification settings

DSC-Galgotias/Hacktoberfest2022-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest2022

Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a star

Quality of Pull Request is Paramount, Quantity comes Second

image

What is Hacktoberfest?

Every year in October, an open source event called Hacktoberfest inspires individuals all over the world to actively engage in and contribute to open source projects that are hosted on GitHub and GitLab. By taking part in this event, you may receive a free GitHub swag pack. You must submit 4 pull requests in order to receive that awesome swag pack.

AUTHOUR

Let's begin

  1. Complete the registartion over https://hacktoberfest.com/
  2. Fork this repository.
  3. Clone on your local machine.

HTTPS

git clone https://github.com/<your github username>/HacktoberFest-2022.git

SSH

git@github.com:<your github username>/HacktoberFest-2022.git
  1. Navigate to the project directory.
cd HacktoberFest-2022
  1. Create a new branch.
git checkout -b my-new-branch
  1. Add your contribution.
git add .
  1. Commit your changes.
git commit -m "Relevant message"
  1. Push your changes.
git push origin my-new-branch
  1. Create a new pull request from your forked repository.

  2. Congratulations 🎉 you just made a pull request!

Contributor Guidelines

Plagiarism is Prohibited, If found then the pull request will be marked as Spam !!

The Repository does not accept any arbitrary interview questions, datastructures and algorithms.

To contribute, first raise an issue and wait for a maintainer to assign it to you.

Create a Folder and add your files in it and don't interfere with other folder.

Conclusion

  • Happy Contributing! 🎉
  • May you have a great Hacktoberfest 2022! 🎉
  • If you have any questions, feel free to ask us. We will be happy to help you. 😊

References

About

Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a star

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 29.0%
  • CSS 19.2%
  • HTML 16.0%
  • Java 11.5%
  • Makefile 10.2%
  • Kotlin 7.0%
  • Other 7.1%