Open ShehrozIrfan opened 1 year ago
Hi shehroz Im just starting out as a software engineer student i just completed data structures in c++ and would love to contribute. I would appreciate if you could guide me.
Hey @Mehdy922 I'm glad to hear that you just have completed the data structures in c++
For contributions to this repository, you can make a contribution by adding the file handling
in CPP
or the concept of pointers
, because currently, we're missing that part in the fundamentals, OR something else that might be helpful for this repository.
You can also visit Learn DSA, which has the implementation of various data structures and algorithms, might be you can add something to that as well.
You can follow CONTRIBUTING.md for contributions.
Alright i can work on that but can you tell me how get started with github and git what do i need to initially set-up? As im new to this environment
Regards
On Sat, Dec 24, 2022, 10:46 PM Shehroz Irfan @.***> wrote:
Hey @Mehdy922 https://github.com/Mehdy922 I'm glad to hear that you just have completed the data structures in c++
For contributions to this repository, you can make a contribution by adding the file handling in CPP or the concept of pointers, because currently, we're missing that part in the fundamentals, OR something else that might be helpful for this repository.
You can also visit Learn DSA https://github.com/ShehrozIrfan/learn-dsa, which has the implementation of various data structures and algorithms, might be you can add something to that as well.
You can follow CONTRIBUTING.md https://github.com/ShehrozIrfan/learn-programming-fundamentals/blob/master/CONTRIBUTING.md for contributions.
— Reply to this email directly, view it on GitHub https://github.com/ShehrozIrfan/learn-programming-fundamentals/issues/2#issuecomment-1364562930, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ6UM4FPS5RWO2XQE3UWUKLWO4ZJFANCNFSM6AAAAAASSWCS4U . You are receiving this because you were mentioned.Message ID: @.*** com>
Hey @Mehdy922
To get started with GIT
and GitHub
, below links might be helpful:
Also, there are plenty of resources available on Google
, YouTube
and GitHub
related to setting up and using Git
and Github
. That would also be great if you explore those as well.
Awesome, thanks!
On Sun, 25 Dec 2022 at 18:45, Shehroz Irfan @.***> wrote:
Hey @Mehdy922 https://github.com/Mehdy922
To get started with GIT and GitHub, below links might be helpful:
- Introduction to GitHub https://github.com/skills/introduction-to-github
- First Contributions https://github.com/firstcontributions/first-contributions
- Git Cheat Sheet for Beginners @.***/git-cheat-sheet-for-beginners-29f52f2e48e0>
Also, there are plenty of resources available on Google, YouTube and GitHub related to setting up and using Git and Github. That would also be great if you explore those as well.
— Reply to this email directly, view it on GitHub https://github.com/ShehrozIrfan/learn-programming-fundamentals/issues/2#issuecomment-1364684917, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ6UM4CIETNXYSIPF336VOTWPBFWLANCNFSM6AAAAAASSWCS4U . You are receiving this because you were mentioned.Message ID: @.*** com>
will u assign me this issue through hacktoberfest 23
Hi Shehroz , I would love to contribute to this project through hacktoberfest-23. I would be grateful for your guidance.
@ASHISH74888 Sure, below are the guidelines to contribute: Contribute to this repo
Have fun 🚀
We need to add more programming fundamentals in C++. Think of a concept that is already not in our C++ folders, and add that. Like you can think of adding:
Guidelines
Please make sure you are using the right folder structure for your contribution like we've used for C++, like here
Please visit CONTRIBUTING.md for contributions.
Whatever program you add, ensure you're adding the relevant comments, and it is easier to understand what the code does and the main concept.