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

Collapse
 
bbasile profile image
Basile B.

I can't remember what i did with a previous account (deleted since) but with the one i currently use it was some annotations in D standard library, allowing to use some allocators in what we call nogc code.

Collapse
 
_hhandoko profile image
Herdy Handoko

Adding other hashing algo options for Play Framework v1.

Was unfamiliar with git and GitHub, and uncomfortable with Java (a full time C# dev at the time).

Really estatic when the PR was merged 😁

firstpr.me/#hhandoko

Collapse
 
bohdanstupak1 profile image
Bohdan Stupak

Mine was typescript type definitions for jquery.nicescroll which I've added a couple of months ago. On my work front-end, I've started a migration to typescript (I promise to deliver an article about it one day) and I've needed those type definitions badly so I've decided to try myself as open source contributor.
my PR

Collapse
 
varoman profile image
varo manukyan • Edited

I changed a warning message text. Well, that happened yesterday :D

first PR screenshot

Collapse
 
mrufflesmcghie profile image
m-rufflesmcghie • Edited

Litterly remove duplicte entry in an Android rom build.prop