Hadibuttt / Hacktoberfest_22

This repository is dedicated to serve developers who are new to open-source contributions and want to contribute some value in Hacktoberfest 2022. Give a star to repo if you find it useful!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest_22

This repository is dedicated to serve developers who are new to open-source contributions and want to contribute some value in Hacktoberfest 2022.

To open a PR (pull request) for this repo:

Step 1. Fork the repo

Step 2. Make a separate folder on your local computer

Step 3. Right click > Git bash here.

Step 4. git clone "repolink.git" (your forked repo link)

Step 5. Now head over to your file > make required changes > save the file.

Step 6. (return to the git bash terminal)

Step 7. git add .

Step 8. git commit "any message"

Step 9. git push origin master/main/your-banch

Step 10. (switch to Github)

Step 11. Go to Pull requests tab > new Pull request > create pull request

Step 12. You're done !

Note: Have patience till your PR gets reviewed and accepted/merged.

OR YOU CAN USE GITHUB DESKTOP APP TO CLONE THE REPO AND MAKE CHANGES IN IT.

About

This repository is dedicated to serve developers who are new to open-source contributions and want to contribute some value in Hacktoberfest 2022. Give a star to repo if you find it useful!

License:MIT License


Languages

Language:Java 97.6%Language:C++ 2.4%