Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

harshmittal1750/hacktoberfest2022

Repository files navigation

HacktoberFest 2022



GitHub contributors Hacktober Badge Star Badge Contributions Pull Requests Badge

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


Connect with Author

Markdown Monster icon Markdown Monster icon Markdown Monster icon

Contributing

Getting Started πŸ€©πŸ€—:

- Fork this repo (button on top) (Mandatory)

- Clone on your local machine

git clone https://github.com/harshmittal1750/hacktoberfest2022.git

  • Navigate to project directory.
cd hacktoberfest2022
  • Create a new Branch
git checkout -b my-new-branch
  • Add your contribution
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • Create a new pull request from your forked repository

Avoid Conflicts {Syncing your fork}

An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream https://github.com/harshmittal1750/hacktoberfest2022

You can verify that the new remote has been added by typing

git remote -v

To pull any new changes from your parent repo simply run

git merge upstream/master

This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your own commits to make sure that your repo is up to date with its parent.

For more information on syncing forks read this article from Github.

User can become a contributer by managing documentation as well.

See also the list of contributors who participated in this project.

Please read CONTRIBUTION.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.

Rules

  • Read the CONTRIBUTING.md file.
  • 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 ✨


Harsh Mittal

🚧 πŸ’» πŸ–‹

If your name is missing from the contributors list, please Email me with your Hacktoberfest-accepted lable screenshot of PR and I'll make sure to add you only if you have contributed to this project.

Our Awesome contributors 🀩:

Made with contributors-img.

-Happy programming:D

License

This project is licensed under the GNU GENERAL PUBLIC License - see the LICENSE file for details

CC0