Open source software is a huge part of the tech industry. Over and over, we hear about the power of open source. In episode 2 of The CodeSandbox Po...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Hey, I have just made my very first open-source contribution. Thank you so much for sharing🤩
I’m soooo so hoppy to hear that!! Congrats🥳🥳
One thing of note: unless the commit in question is a very simple one, so that its description fits within single line of the commit message, it would be better to use
git commit
(orgit commit -a
) instead ofgit commit -m '<commit message>'
.This is really good, and I believe it will help a lot of folks who want to know how they can use git and GitHub to start making their first Open-Source contribution. ✨
Kudos, @ceeoreo 👏 Also, you mentioned Good first issues, so I'd like to share about Goodfirstissue.dev - which is a platform that has a listing of popular Open-Source projects with "Open" Good first issues. So whether you're making your first contribution or want to work on beginner-friendly issues, you will find a project there. You can also list your own project if it has some open good first issues. 😃
Oh this is great!! Thanks for sharing😊
Great write-up, Ceora! I wish I had something similar when I started to contribute to opensource projects.
Ah thank you😊 and same here!
Thank you for the wonderful article :smile. I recently submitted my first PR on GitHub docs a few days back and am excited to contribute more to the open source multiverse. While I am on it, may I suggest some typos in the current article:
,
check for Issues..."thebe
found in the README.md or CONTRIBUTING.md file..."youryou are
sure that your code is functioning as desired, you can commit and push your changes to GitHub..."they
will let you know..."Please feel free to review them :smile
Great article, I would add the missing copy repo URL screenshot.
Ah yes good point! I’ll add it as soon as I get the chance👍🏾
Really great article! A lot of tops brillianlty explained and distilled for the new contriburors.
Thank you!😊
Thank you for the post, I was able to submit my first PR for hacktoberfest with the help of this article.
I'm so happy to hear that!! Hopefully this is the first of many! :)))
Feel super excited to contribute to my first open source project now that I've watched your video. Thank you so much, it was very easy to understand and helpful :))
Thank you.