DEV Community

Theofanis Despoudis
Theofanis Despoudis

Posted on

What was your first PR on Github?

What was your first PR on Github and what can you tell about it? Mine was:

pr

Oh yes I remember that one...! Silly times!

Latest comments (25)

Collapse
 
vishalsharma95570 profile image
vishalsharma95570

Check you email please.

Collapse
 
elanutta profile image
Elan Utta

my frist Pull Request was in my friend's repository, we are building a website that makes recommendation of streamers, it was difficult to write the code, but it finally came out.

Collapse
 
nicolasguzca profile image
Nick

Migrated an open source project to PHP 7.X. It felt so good!

Collapse
 
smith288 profile image
Erick

Added a tiny web server to a, ahem, questionably legal application that obtains movies via various p2p offerings... The idea was to easily get those files from the app's documents folder.

Collapse
 
patrick profile image
Patrick Ziegler

I fixed some bugs in a minecraft mod. They were things, I had struggled with myself and it was nice to be able to put that knowledge into good use.

Collapse
 
jbull328 profile image
John Bull

My first PR was pretty ridiculous. I just added alt tags and labels to all the images on a website for an open source project. Funny thing was that the first pr for some reason messed up and didn't have like more than half of the code for the project. At least I realized my mistake and quickly canceled my first PR and re-did it correctly. To Say I was humbled was an understatement.

Collapse
 
pilskalns profile image
Andžs • Edited

Improvement on some jQuery plugin 4 years ago, but it was never merged 😞

As appears, that plugin was abandoned somewhere on around year.

Collapse
 
archaeogeek profile image
Jo Cook • Edited

I added a rude placename to the "Vaguely rude placenames" map at maps.geotastic.org/vaguely-rude-pl...!
http://firstpr.me/#archaeogeek

Collapse
 
aidurber profile image
Andrew Durber

Added support for custom data-attributes in Bootstrap Multiselect: github.com/davidstutz/bootstrap-mu...

Then closed it shortly after because I didn't understand upstream sources, then created a new PR with a clean fork. Good times 😂

Collapse
 
niorad profile image
Antonio Radovcic

My first and only PR on a Github-Project was adding "var" to a line to satisfy the tool-chain.

The project was a HTML-Game-Library by Rezoner.

github.com/rezoner/playground/pull/36