DEV Community

What was your first PR on Github?

Theofanis Despoudis on September 18, 2018

What was your first PR on Github and what can you tell about it? Mine was: Oh yes I remember that one...! Silly times!
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
 
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
 
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
 
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
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦

Hebrew Strings #189 to binaryage/totalfinder-i18n. bennypowers sent this pull request 6 years ago. Merged
A little community localization. Good times.

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
 
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
 
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
 
jtn7 profile image
Josiah Nieves

Mine was a single character change for adobe.github.com

pr

Collapse
 
aalises profile image
Albert Alises

Added lookup tables to color brain segmentation images based on their labels on a medical image visualizer. Did quite the mess with that but managed to get it working in the end...

first PR

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
 
dandevri profile image
Danny de Vries • Edited

The good ol' 'how does GitHub work'

GitHub PR screenshot

Collapse
 
varoman profile image
varo manukyan • Edited

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

first PR screenshot

Collapse
 
agusnavce profile image
Agustin Navcevich

Mine was no long ago...

Alt text of image

Collapse
 
david_j_eddy profile image
David J Eddy

Good Times.

Good times...

Collapse
 
mrufflesmcghie profile image
m-rufflesmcghie • Edited

Litterly remove duplicte entry in an Android rom build.prop

Collapse
 
nicolasguzca profile image
Nick

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

Collapse
 
bluebird1 profile image
bluebird

Just a small bug.

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
 
itsdarrylnorris profile image
Darryl Norris

It was a typo in a project that I really need it at the time.
firstpr.me/#darol100

First PR darol100

Collapse
 
jordonr profile image
Jordon Replogle • Edited

An inventory script for Ansible.

First PR

Collapse
 
vishalsharma95570 profile image
vishalsharma95570

Check you email please.

Collapse
 
nina_rallies profile image
Nina Rallies

github.com/Roshanjossey/first-cont...

:-)
Just to make sure I knew what I was doing!

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.