Ever wanted to help out with an opensource project, but didn't really have anything big to contribute? Maybe you just wanted to touch up a typo and didn't really feel like going through the hassle of forking and copying to your computer and text editors and pushing back to github and making a pull request and ..
Meh. Not worth it.
Well, no more! Turns out, you can contribute without leaving your browser these days.
That's right, just waltz over to a repository you like, click _Edit, _change some stuff, save, and submit a pull request. Behind the scenes, that repository is forked, a new topic branch is created and when you're done it's changed into a pull request.
No cumbersome clonin, pushing and so on. No need to even open a text editor!
For some icing on the cake, Github offers to clean up your own repository once the pull request is accepted. Single button to delete the branch even.
Sure, you aren't going to use this to make huge contributions - that would require the ability to test your code - but it's perfect to fix up a README file or make some cosmetic changes you're certain won't break anything.
I discovered this feature the other day when I noticed a typo in a friend's commit message. Went over to scold him in jest and noticed he was using grep -r -n -C _instead of the, in my opinon, prettier use of a single combined flag -rnC. _On a whim, I clicked Edit and was surprised by the wonderful experience.
@smotko even accepted the patch \o/
Let's try messing with my favourite irc bot, developed by @hairyfotr, so I can show you what the flow looks like.
Now, I was hoping to improve some of his phrases, but it turns out the databases aren't included ... that README file isn't looking too sexy though - let's lend a helpful hand.





Related articles
Looking Back on One Year of RIM Open Source Repositories
Opensource.com People's Choice Awards
praw 2.0.1
Show Your Code: Use Github to Maintain Your Code Portfolio
Find sample code and more for Google Cloud Platform, now on GitHub
Learned something new?
Want to become a high value JavaScript expert?
Here's how it works 👇
Leave your email and I'll send you an Interactive Modern JavaScript Cheatsheet 📖right away. After that you'll get thoughtfully written emails every week about React, JavaScript, and your career. Lessons learned over my 20 years in the industry working with companies ranging from tiny startups to Fortune5 behemoths.
Start with an interactive cheatsheet 📖
Then get thoughtful letters 💌 on mindsets, tactics, and technical skills for your career.
"Man, love your simple writing! Yours is the only email I open from marketers and only blog that I give a fuck to read & scroll till the end. And wow always take away lessons with me. Inspiring! And very relatable. 👌"
Have a burning question that you think I can answer? I don't have all of the answers, but I have some! Hit me up on twitter or book a 30min ama for in-depth help.
Ready to Stop copy pasting D3 examples and create data visualizations of your own? Learn how to build scalable dataviz components your whole team can understand with React for Data Visualization
Curious about Serverless and the modern backend? Check out Serverless Handbook, modern backend for the frontend engineer.
Ready to learn how it all fits together and build a modern webapp from scratch? Learn how to launch a webapp and make your first 💰 on the side with ServerlessReact.Dev
Want to brush up on your modern JavaScript syntax? Check out my interactive cheatsheet: es6cheatsheet.com
By the way, just in case no one has told you it yet today: I love and appreciate you for who you are ❤️

