Tip for newbies: often there’s labels called “good first issue” or “my first PR” on a lot of projects that are small tasks that can introduce you to the project and make a meaningful change!
This is exactly what I was looking for. There are all these tutorials about Git and Github technologies, but none of them actually tell you how to work with them. Thank you very much for helping out with the clearly neglected front end part.
If you're not confident enough, you can do docs translation. Some people might think when they do translation they are not contributing as much as someone who writes code. But this couldn't be further from the truth! Imagine all the projects without docs!
Couldn't agree more. Documentation, whether translating or improving is very important for any OS project, and often the primary developers don't have time/inclination/skills to keep up documentation, so people who help with that, even if they have no coding ability, are very valuable to the project.
I'm completely new to coding and open source, and documentation being so important for developers, shouldn't more experienced coders contribute to the docs ? (sorry if this was a stupid question 😂)
@@mananwashere It's not a stupid question, yes experience dev write the doc, but someone with basic knowledge of the framework in question can do the TRANSLATION
This is a fantastic introduction to open-source contributions. I always wanted to get into this. But never knew where to exactly start. I have more confidence now to undertake these projects. Thanks Cami!
That was nice introduction for first time contribution. I actually did my first contribution today after learning from this video. It was small HTML/CSS contribution to a project but felt nice for first steps. Thanks Ma'am
This is one amazing video. Very informative and very explanatory yet very detailed in demonstration and straight to the point. This was tremendously helpful to me, someone who is trying to slowly myself as a software developer yet going through the clueless beginning. THANK YOU CAMI
Gosh I have watched so many videos on how to contribute to a project all seems to be confusing each other and in the process confusing me , but here I am watching this single video and it's as clear as day 😊
Thank you ! other videos didn't do a complete example so I didn't wanna mess my first contribution! but this was from start to finish, fantastic. Great video!
Reading the documentation and making updates there is a good start that way you understand about the system and that opens the door for more changes in the product
I Like Cammi Williams's explanation about how to contribute to the first first open source project, It is clearly explained and easy for the beginner to understand, Great!
Wow! I've always wondered how there is no help for someone new to open source. Short and simple steps for one's first commit. Thank you, it was much needed!
This is the best and most valuable thing I have seen for myself on UA-cam in recent years. Thank you charming girl for such valuable information. You are the best
Please answer this question or a video on this topic will be great. I have learnt Java, C, C++ where I have learnt for loop, while etc, basically all basics with algos. Additionally I have learnt HTML, CSS at beginner level. I spent whole day searching repositories, saw issues but when to contribute something meaningful (not a readme file typo fix)- "I don't know where to start, how to locate - just blank" I have watched tons of videos haven't found my answer. Let me know right direction, or if I am lacking skills.
Thanks for making this video, I've been searching for a video that could help me get started with open source project and this tutorial is just awesome.
this video 100% help me to understand how to contribute on open-source thank you so much! you're the only person i could get a better understanding about this.
Thank you for detailed description of the process! This helped me to make my first Github contribution. Only hiccup I had - I needed to generate token to be able to commit my changes. Thank you again. :)
Really useful actually, in fact, I did not only learn about the git diff command ( I didn't know that was a thing ) but also about a whole bunch of good practices.
I actually made a contribution towards Facebook/react repo but after that when I made another contributions my local fork contains commits that are from previous contribution. I actually want to know how to keep my fork in sync with main react repo. I always mess up , I followed a lot of tutorials still no luck.
I've been an open source software enthusiast for a long time now, what I've come to realize over time is that the value of open source is not just in software but in all things. When we can learn to apply the principle of open source along with the principle of decentralization to our systems of education, scientific development, governments, security, economics structure and incentives as well as corporate entities humanity will be able to level up we won't need to rely on unsustainable means of energy production, And we will have a framework to be a community of empowered individuals. We can bypass hierarchical systems that lean towards tyranny overtime. And free ourselves from relying on systems that don't fit our best interest.
It helped a lot to understand. I haven't contributed to any open source project yet. Just a question, is forking necessary? Can I create a branch from master and then commit+push and then raise the pull request to master?
I think its a good idea to hang on the developer mailing list and get an idea who the contributors are and what they're working on. See who could be a sort of teacher.
Not to be too pedantic but to mitigate mistakes it's a good idea to understand that not all Open Source software is Free, and even those that are may be free as in _free speech_ not _free beer_ Otherwise ya published an excellent overview of utilizing GItHub UI for contributing, and encouraging the use of branches is superb! Branching tip; to make and checkout a new _``_ branch in one command use the `-b` option, eg... git checkout -b
Just a small nit: open source is usually free and user maintained by not necessarily. Open source just means that, like most traditional physical machines, you can look under the hood and fix/ modify to your own needs (think a car vs a phone).
This is the video that a newbie requires.Such a helpful video.Thanks for making such videos.But can you suggests some projects where a newbie can contibute to,I mean the organizations.
11:09 But you created your own repo, so now you have a copy of the project on your github account and your local drive, how does other people contribution affect your copy? Why do you still need to write off of master?
At 30s Cami asks, 'Why is open source valuable to companies?' And provides three reasons. These reasons make sense in some contexts, but the original value of open source is to prevent vendor lock-in. With closed-source software like say Oracle, when you're an ordinary company, if Oracle has a bug or if they jack up their prices, or if they revoke your license or go out of business, you are stuck with very few good options and a lot of really bad ones. With open source software, if any of the above happens, you can just find another vendor who will maintain the software for you, because you have the source code. This makes software and software companies more competitive, and more competition is better for end users. Open source is great for companies that rely on software for their operations.
I dont get the branches and stuff. if someone changes the code while youre working on it and when you pull your code. it wont be compatible with the new code. i dont understand how that works.
I wanna correct a little mistake : open source is not necessarily free and even it's free, there are many free licenses each with its own limits and conditions. for example GPL licenses are more restricted than MIT which almost has not any limits
Tip for newbies: often there’s labels called “good first issue” or “my first PR” on a lot of projects that are small tasks that can introduce you to the project and make a meaningful change!
thanks for the tip
Should I search for these in a specific repository or do a global search to find repositories with issues labeled as "good first issue" etc?
Thank you for the advice.
@@Limpuls You should first get into the repo where you want to contribute and then search these terms in that repo. Hope this may answer your query.
@@ArynKr It does, thank you!
This is an underrated video. People just talk about open-source and its uses and everything but this is what a beginner actually need
This is exactly what I was looking for. There are all these tutorials about Git and Github technologies, but none of them actually tell you how to work with them. Thank you very much for helping out with the clearly neglected front end part.
This is a very solid introduction to open source contribution!
Hi mimi
Yeh
@@EricaTheScientist can u share frm where did u learn github using terminal???
I m first yr student nd want to make my first contribution soon
If you're not confident enough, you can do docs translation. Some people might think when they do translation they are not contributing as much as someone who writes code. But this couldn't be further from the truth! Imagine all the projects without docs!
Couldn't agree more. Documentation, whether translating or improving is very important for any OS project, and often the primary developers don't have time/inclination/skills to keep up documentation, so people who help with that, even if they have no coding ability, are very valuable to the project.
Is a grammatical error in the FAQ will be considered as a contribution and should I "pull request" for it???
@@AbhishekTiwari-jq8lc Yes. It may be a small contribution, but it is still a contribution.
I'm completely new to coding and open source, and documentation being so important for developers, shouldn't more experienced coders contribute to the docs ?
(sorry if this was a stupid question 😂)
@@mananwashere It's not a stupid question, yes experience dev write the doc, but someone with basic knowledge of the framework in question can do the TRANSLATION
This is a fantastic introduction to open-source contributions. I always wanted to get into this. But never knew where to exactly start. I have more confidence now to undertake these projects. Thanks Cami!
@Phoenix 😨
@Phoenix r/unpopularopinion
@Phoenix i dont care about facebook , i only care what i can learn from open source
That was nice introduction for first time contribution.
I actually did my first contribution today after learning from this video. It was small HTML/CSS contribution to a project but felt nice for first steps.
Thanks Ma'am
How long does it take to make first contribution
@@niteshchowdhury2567 depends on you
This is one amazing video. Very informative and very explanatory yet very detailed in demonstration and straight to the point. This was tremendously helpful to me, someone who is trying to slowly myself as a software developer yet going through the clueless beginning. THANK YOU CAMI
Gosh I have watched so many videos on how to contribute to a project all seems to be confusing each other and in the process confusing me , but here I am watching this single video and it's as clear as day 😊
Thanks a lot! I've just made my first contribution!
thanks, good video! I'm trying to hop into open source to better my chances for internships.
This is called 'tutorial'. Just the thing I was searching from weeks... 🤞🏻
Thank you ! other videos didn't do a complete example so I didn't wanna mess my first contribution! but this was from start to finish, fantastic. Great video!
Reading the documentation and making updates there is a good start that way you understand about the system and that opens the door for more changes in the product
I had no idea you could just copy and paste what you want to change and it auto finds it. Thank you so much!
I Like Cammi Williams's explanation about how to contribute to the first first open source project, It is clearly explained and easy for the beginner to understand, Great!
This is the best guide to get started with open source contribution......kudos to the creator :)
Wow! I've always wondered how there is no help for someone new to open source. Short and simple steps for one's first commit. Thank you, it was much needed!
This is really nice. Contributing to docs is how I started my open source journey.
This is the best and most valuable thing I have seen for myself on UA-cam in recent years. Thank you charming girl for such valuable information. You are the best
Thank you for this solid much-needed introduction. It's quite helpful as a first step into the open source world.
hey Bro would you give me some tips on an open source project I want to start?
Most useful guide I have seen so far on first open source contribution! Thank you so much Cami Williams, I'm in love with you now ❤️
Please answer this question or a video on this topic will be great.
I have learnt Java, C, C++ where I have learnt for loop, while etc, basically all basics with algos.
Additionally I have learnt HTML, CSS at beginner level.
I spent whole day searching repositories, saw issues but when to contribute something meaningful (not a readme file typo fix)- "I don't know where to start, how to locate - just blank"
I have watched tons of videos haven't found my answer.
Let me know right direction, or if I am lacking skills.
Best tutorial on open source contributions. Period
This is By far the best driving force for me to get started to open source .
I hear ya
Thanks for making this video, I've been searching for a video that could help me get started with open source project and this tutorial is just awesome.
this video 100% help me to understand how to contribute on open-source thank you so much! you're the only person i could get a better understanding about this.
Thank you for detailed description of the process! This helped me to make my first Github contribution. Only hiccup I had - I needed to generate token to be able to commit my changes. Thank you again. :)
This is the clearest explanation I've had, am now ready to contribute. Thanks
Clear, concise and descriptive content I learned a lot as I have just started coding and was thinking to work in open source project
Woah mann! I thought I was watching a 500k subscriber channel!
This is so much Pro lvl good content. Very nicely explained!
Hey bro would you give me some tips on an open source project I want to start?
This is an official Facebook channel.
Straight to the point, helpful, short and great. Thank you for this awesome video!!
Really useful actually, in fact, I did not only learn about the git diff command ( I didn't know that was a thing ) but also about a whole bunch of good practices.
Thank you! very well explained and very helpful for someone who is beginner in open-source github contribution space
Great solid intro for first time contributors. Keep up the good work.
I actually made a contribution towards Facebook/react repo but after that when I made another contributions my local fork contains commits that are from previous contribution.
I actually want to know how to keep my fork in sync with main react repo. I always mess up , I followed a lot of tutorials still no luck.
I've been an open source software enthusiast for a long time now, what I've come to realize over time is that the value of open source is not just in software but in all things.
When we can learn to apply the principle of open source along with the principle of decentralization to our systems of education, scientific development, governments, security, economics structure and incentives as well as corporate entities humanity will be able to level up
we won't need to rely on unsustainable means of energy production, And we will have a framework to be a community of empowered individuals.
We can bypass hierarchical systems that lean towards tyranny overtime. And free ourselves from relying on systems that don't fit our best interest.
Great video! Super easy to follow and helpful to those just getting started with open source contributions
Great guide and explanation. The terminal ash method is also very interesting
This is exactly what I was looking for . Thank you so much cami!
Great explanation. Previously, I was always unsure where to start with. Thanks.
I was finally able to contribute to open source!!!
Thanks Meta
A lot of useful tips for first time open source contributers packed in a concise video format
Awsome guide for a first time contributer!
Thank you very much, you explained it very elegantly.
Simple yet practical, thank you very much
Awesome guide, first pull requested submitted! Ready for Hacktoberfest!
It helped a lot to understand. I haven't contributed to any open source project yet. Just a question, is forking necessary? Can I create a branch from master and then commit+push and then raise the pull request to master?
Great video. Finally, the perfect guidelines to start contributing! Good suggestion "start by editing the doc of a repo". Thanks.
That was amazing smooth explanation I watched a lots of video's but get cleared on this thank you 🙏
hey Bro would you give me some tips on an open source project I want to start?
Appreciated. This cleared all my doubts.
This was just want I needed. Thank you sooooo much for sharing your knowledge and making it easier to understand!
Thanks sis ,I just made my first contribution... Great tutorial😊😊
this answered so many pending questions. Thank you!
This video is a great intro for newbies like me caz it has a hands on pov experience as compared to other videos.
Thanks a hell lot.
I think its a good idea to hang on the developer mailing list and get an idea who the contributors are and what they're working on. See who could be a sort of teacher.
This is super easy to Follow. Sharing with members of my community.
Na you direct me come here.
@@victorelezua winning souls. Lol
Thank you! This is perfect. Now I know where / how to start contributing.
Bro, I have an idea for an open project so would you give me some tips on it?
Thank you so much for indepth explanation i wanted for long time for open source contributions you resolved my all issues.keep doing this.Thanks
Thanks a lot for the video. will be making my first contribution soon.
me too!
Thanks for a good run-through contributing to open source
This is really good and clear guide, I love it!
Concise and precise thank you
Thank you for the great introduction, much appreciated.
Bro, hey would you give me some tips on an open source project I want to start?
Thanks for sharing. A good one for beginners who want to contribute in Open Source.
Not to be too pedantic but to mitigate mistakes it's a good idea to understand that not all Open Source software is Free, and even those that are may be free as in _free speech_ not _free beer_
Otherwise ya published an excellent overview of utilizing GItHub UI for contributing, and encouraging the use of branches is superb!
Branching tip; to make and checkout a new _``_ branch in one command use the `-b` option, eg...
git checkout -b
Just a small nit: open source is usually free and user maintained by not necessarily. Open source just means that, like most traditional physical machines, you can look under the hood and fix/ modify to your own needs (think a car vs a phone).
Well, nee cars aren't as easy to modify as they used to be
Thank you so much for explaining stuffs in such simpler way..🙌🙌
@00:20secs Why did you say "source code" in inverted commas? Is that like Dr Evil saying "LASERS"?
Very Clear, Thank you!
Thanks for making understand in quick easy way!
This was very useful! Thank you.
Thank you ❤
Brilliant and to the point!
This is the video that a newbie requires.Such a helpful video.Thanks for making such videos.But can you suggests some projects where a newbie can contibute to,I mean the organizations.
11:09
But you created your own repo, so now you have a copy of the project on your github account and your local drive, how does other people contribution affect your copy? Why do you still need to write off of master?
Very informative. Thank you!
Thank you for the video! Which IDE you are using for your mac?
14:02 since you have forked it so will running "git pull" get the latest code from the official repository?
At 30s Cami asks, 'Why is open source valuable to companies?' And provides three reasons. These reasons make sense in some contexts, but the original value of open source is to prevent vendor lock-in. With closed-source software like say Oracle, when you're an ordinary company, if Oracle has a bug or if they jack up their prices, or if they revoke your license or go out of business, you are stuck with very few good options and a lot of really bad ones.
With open source software, if any of the above happens, you can just find another vendor who will maintain the software for you, because you have the source code.
This makes software and software companies more competitive, and more competition is better for end users.
Open source is great for companies that rely on software for their operations.
that's a great tutorial, well done!
Thank you for Explaining by example.
This is so nice! Thank you maam.
how to run that code that you forked on your computer in case you changed a method?
Thank you for this!
Nice tutorial! Thanks a lot! I'm going to make my first contribution today. Good luck to me😄
Thanks a Lot for sharing your effort.
Very well explained!
Is there a way to go directly to changing your contribution?
Thanks for the video!!!
I dont get the branches and stuff. if someone changes the code while youre working on it and when you pull your code. it wont be compatible with the new code. i dont understand how that works.
this was so helpful, thank you!
Great explanation, thanks
Thanks for explaining it in simpler way
Thank you for this! Your tutorials are so helpful for a noob like me. :)
hey Bro would you give me some tips on an open source project I want to start?
Absolutely amazing, thank you for this
Bro would you give me some tips on an open source project I want to start?...
I wanna correct a little mistake : open source is not necessarily free and even it's free, there are many free licenses each with its own limits and conditions. for example GPL licenses are more restricted than MIT which almost has not any limits
how to start with java for open source what framework should i learn
Thankyou soo much maam, really needed it.