suryakantdubalgundeoutlook / hacktoberfest-202312

Create 4 pull requests by adding any DSA algorithms in C , C++, Java or Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hactoberfest_contribution_2023

Create four pull requests and win hacktoberfest swags!

Hacktoberfest2023

image

Open Source Love

You can make folders of programming languages and also you can contribute in the repo's below.

Feel free to contribute to this repo by creating and editing little programs in any programming language and make different folders for the code you want to contribute.

If you want to practice to make a pull request, follow the CONTRIBUTING.md

Check out good-first-issues for contributing here


Author

Rules

  • Respect people.
  • Be friendly, helpful, and patient.
  • You can contribute in any way.

Support

If you like this project, please consider supporting it by giving it a ⭐️. It will help us to grow and improve this project and help others to find it.

Conclusion

  • Happy Contributing! πŸŽ‰
  • May you have a great Hacktoberfest 2023! πŸŽ‰
  • If you have any questions, feel free to ask me. I will be happy to help you. 😊

References


  • This project and other projects listed above are a part of Hacktoberfest 2023 and are open to all members of the GitHub community. Any member may contribute to these projects without being a collaborator or a maintainer and earn a digital swag from DigitalOcean and MLH by making four valid pull requests (PRs) between October 1-31 (in any time zone).

✨ Thanks goes to these wonderful people ✨

Steps For Contribution

  1. Star this repository.

  2. Fork this repository.

  3. Clone the forked repository.

git clone https://github.com/VGandhi27/hacktoberfest-2023.git
  1. Navigate to the project directory.
cd hacktoberfest-2023
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Make changes.

  2. Stage your changes and commit

git add -A

git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
  1. Create a Pull Request.

  2. Congratulations! πŸŽ‰ you've made your contribution, and it will be accepted very soon.

About

Create 4 pull requests by adding any DSA algorithms in C , C++, Java or Python

License:MIT License


Languages

Language:Java 66.6%Language:C++ 19.4%Language:C 13.6%Language:Python 0.3%