GDSC-KJSIT / hacktober

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2022

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.

AUTHOURS

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>/hacktober.git

SSH

git@github.com:<your github username>hacktober.git
  1. Navigate to the project directory.
cd hacktober
  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!

Rules for contribution

There are no specific problem statements for contribution.

Firstly open a new issue and specify what you want to contribute and wait till you are approved by the authours

After you get authentication , make a valid PR

Congrats!! You made a successful pull request for the Hacktober-fest 2022

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. 😊
  • Make sure you leave a star to this repo and follow our organization and the authours.

References

About