This repository contains resources for C++.
-
First take a look at open issues and make sure you are not suggesting/requiring a duplicate resource.
-
If not, proceed and create the issue.
-
Title of issue should be of the following format:
Add resource for C++ STL
-
It can be very specific as well like
Add resource for implementation of Hash Map
. -
Add some description to the created issue.
- Fork, https://github.com/DevCANS/cpp/
- Execute,
git clone https://github.com/<your-github-username>/cpp/
. - Change your working directory to
<path-to-cloned-directory>/cpp
. - Execute,
git remote add origin_user https://github.com/<your-github-username>/cpp/
. - Execute,
git checkout -b <your-new-branch-for-working>
. - Make necessary changes.
- Execute,
git add <file-name>
. - Execute,
git commit -m "your-commit-message"
. - Execute,
git push origin <your-current-branch>
. - Make a Pull Request.
That's it, 10 easy steps for your first contribution. For future contributions just follow steps 5 to 10. Make sure that before starting work, always checkout to master and pull the recent changes using the remote origin
and then start following steps 5 to 10.
See you soon with your first PR. 😄
Please go through our contribution guidelines before you start working.