Skip to content

IEEE-WIE-VIT/Everything-CPP

Repository files navigation

Everything-C++

Contribute all levels of C++ related codes for Hacktoberfest 2021!

image

About

This repository contains C++ programs on various topics.

What is Hacktoberfest?

  • Hacktoberfest is a month long virtual festival event to celebrate open source contributions presented by Digital Ocean, Intel and DEV. It is the easiest way to get into open source!

  • To earn your Hacktoberfest tee or tree reward, you must register and make four valid pull requests (PRs) between October 1-31 (in any time zone). PRs can be made to participating public repos on GitHub, those that have the Hacktoberfest topic.

  • It is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.

Register Here-

https://hacktoberfest.digitalocean.com/ 

Get more information from-

https://opensource.com/resources. https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source

What is open source?

  • It's never been easy to learn programming. But despite tons of ways to learn how to code, it is believed that the best way to improve your skills is by contributing to open source projects.

  • The open source community provides a great opportunity for aspiring programmers to distinguish themselves; and by contributing to various projects, developers can improve their skills and get inspiration and support from like-minded people.

  • To get started with open source contributions, you can search GitHub repositories labelled good first issue , first-timer issues or easy and start working on these issues.

Contribution Guidelines

  • This repository is structured topic wise. Inside each topic folder there is a README.md file to describe what kind of codes can be added.
  • The path for adding a file containing the program should be - topic/name_of_your_code.cpp.
  • If a folder corresponding to a topic does not exist, then make a new one.
  • This is begineer's friendly repository, so if you make mistake in making a pull request(PR), members of WIE will help you out.
  • No repetition of programs will be entertained.
  • So go ahead make your first PR.

Check out the CONTRIBUTE.md file for detailed steps for making a PR!