Aimed to give a positive overview of open source development. Not comfortable with cpp?? here's something for you that you would like. Special thanks to Aman for review
Regitering for Hacktoberfest. (Already registered?? Start here)
- Create Github account if not already created.
- Register on hacktoberfest if not already registered by clicking here
- Signin into your github account.
- Fork this repository
- Go to the repository in your own account (<your-username>/cpp-hacktoberfest)
- Go to hello_world folder and click "Create new file" button
- Give name of file as ".cpp" and write a hello world programme in cpp
- After completing the programme click the
Commit new file
button(If you get two options sayingcommit directly to master
&create new branch
, select the first one). - Now go to your repository home page(/cpp-hacktoberfest)
- Click on the button
New pull request
- You will get a screen having a green button
Create pull request
. - Click the button
Create pull request
- Input valid readable and reasonable title and comment.
- finally click "Create pull request" to create a pull request. And
You have to meet the target of minimum of 4 Pull Requests to complete the challenge successfully.
As of now you must have got the idea how to create a pull request. Now you can create another pull request in similar manner in other repos listed here or in this repo itself. To create another pull request in this repo, go into folders other than hello_world and follow steps 5 to 12
after going into any of the following folders.
Another Pull Request can only be made after getting your previous Pull request merged. I will try my best to get your PRs merged typically within an hour.
folder_name | details |
---|---|
hello_world | programme to print hello world. |
addition | simple programme to add two numbers. |
subtraction | simple programme to find difference of two numbers. |
multiplication | simple programme to multiply two numbers. |
division | simple programme to divide one numer by another number. |
Repo name | Description | Link |
---|---|---|
java-hacktoberfest | Hacktoberfest aimed repo in java | Here |
javascript-hacktoberfest | Hacktoberfest aimed repo in javascript | Here |
python-hacktoberfest | Hacktoberfest aimed repo in python | Here |
cpp-hacktoberfest | Hacktoberfest aimed repo in c++ | Here |