Nishant2209 / hactoberfest_contribution_2022

Create four pull request and win hacktoberfest swags!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hactoberfest_contribution_2022

Create four pull request and win hacktoberfest swags!

Hacktoberfest2022

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 2022! πŸŽ‰
  • 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 2022 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 T-shirt from DigitalOcean and DEV by making four valid pull requests (PRs) between October 1-31 (in any time zone).

  • The first 40,000 participants (maintainers and contributors) who complete Hacktoberfest can elect to receive one of two prizes: a tree planted in their name, or the Hacktoberfest 2022 t-shirt.

✨ 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/Sachindrck/hactoberfest_contribution_2022.git
  1. Navigate to the project directory.
cd hactoberfest_contribution_2022
  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 would be accepted very soon.

About

Create four pull request and win hacktoberfest swags!

License:GNU General Public License v3.0


Languages

Language:C++ 37.4%Language:Java 34.0%Language:Python 21.6%Language:JavaScript 2.5%Language:TypeScript 2.0%Language:HTML 1.0%Language:Clojure 0.8%Language:CSS 0.6%