LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-15-2019, 06:19 PM   #1
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
LQ Poll: What was your first open source pull request or contribution?


The official LQ poll series continues with another free-form response thread. This time we want to know: What was your first open source pull request or contribution?

--jeremy
 
Old 08-15-2019, 07:32 PM   #2
zsd
Member
 
Registered: Dec 2005
Location: Nova Scotia
Distribution: Slackware
Posts: 94

Rep: Reputation: 54
Pull requests didn't exist for a long time after my first contribution. I wouldn't be surprised a lot of people will say something similar.
 
3 members found this post helpful.
Old 08-15-2019, 07:59 PM   #3
faginbagin
LQ Newbie
 
Registered: Nov 2007
Distribution: Debian, Ubuntu, Mythbuntu
Posts: 21

Rep: Reputation: 5
I don't understand the question. I think it can be interepreted as something like this:

Was your first open source BLANK A pull request or A contribution?

If the BLANK doesn't belong, then the implied As are misplaced. Where do they belong? If the As are in the right place, then please fill in the BLANK. Please clarify.
 
Old 08-15-2019, 08:22 PM   #4
vorbote
Member
 
Registered: Aug 2009
Location: 2,625 m of paranoia above sea level
Distribution: Arch Linux, Debian GNU/Linux, Fedora, Void Linux, FreeBSD, OpenBSD and Win10
Posts: 77

Rep: Reputation: Disabled
It was at least 15 before the invention of git. I wrote the first known version of "99 bottles of beer" in PHP/FI for the first version of the webpage. A young PFY back then, a graybeard and jaded BofH these days.
 
Old 08-15-2019, 08:37 PM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
I could not find a image wallpaper setter to my liking.

So I wrote one that sizes images to user input, and sets colors, along with a lot more. I wrote it in c then c++ and put it up on Sourceforge.

So I think it would fall under
open source contribution.

it too was an exercise in programming languages.

Last edited by BW-userx; 08-15-2019 at 08:53 PM.
 
Old 08-15-2019, 08:48 PM   #6
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Original Poster
Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Quote:
Originally Posted by zsd View Post
Pull requests didn't exist for a long time after my first contribution. I wouldn't be surprised a lot of people will say something similar.
Very much agreed, there was a typo in the initial question. It should have read: What was your first open source pull request or contribution?

--jeremy
 
Old 08-15-2019, 09:47 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I gather this refers specifically to contributions to open source code/software.
 
Old 08-15-2019, 10:48 PM   #8
pgroover
Member
 
Registered: Sep 2005
Location: Colorado
Distribution: Ubuntu
Posts: 56

Rep: Reputation: 16
I'm going with the existing narrative as pull requests didn't exist back then for me either.
 
Old 08-16-2019, 12:40 AM   #9
phoenix1121
LQ Newbie
 
Registered: Dec 2018
Posts: 1

Rep: Reputation: Disabled
My first open-source is a contribution and then pull requests.

https://github.com/akhilin/jondobrowser-build
 
Old 08-16-2019, 01:16 AM   #10
wolde
LQ Newbie
 
Registered: Feb 2018
Posts: 6

Rep: Reputation: Disabled
I cannot understand the question, because I cannot imagine what 'pull request' could mean.
Does any explanation of 'pull request' exist?
 
Old 08-16-2019, 01:26 AM   #11
LinWinux
Member
 
Registered: May 2019
Location: Germany
Distribution: MX Linux & Linux Mint XFCE
Posts: 299

Rep: Reputation: Disabled
EDIT: My previous response obviously had no business being posted here.

.

Last edited by LinWinux; 08-16-2019 at 02:28 AM.
 
Old 08-16-2019, 02:04 AM   #12
josephj
Member
 
Registered: Nov 2007
Location: Northeastern USA
Distribution: kubuntu
Posts: 214

Rep: Reputation: 112Reputation: 112
@Wolde - Now that everyone uses git (except for everyone else who doesn't ), it was assumed to be common knowledge (which it isn't.)

A pull request is a git command that submits a patch/modification of a project (usually source code differences) back to the owner of the git repository in a form which can be automatically merged into the project (if it doesn't cause any conflicts with other code) at the discretion of the owner of the repository. It asks the owner of the repository to "pull" your new changes into the project from your personal copy.

Git, itself, is a source code change management system originally created by Linus Torvalds - the creator of Linux.
 
2 members found this post helpful.
Old 08-16-2019, 02:09 AM   #13
Manthan Lal
LQ Newbie
 
Registered: Feb 2019
Posts: 6

Rep: Reputation: Disabled
My first pull or contribution was in the month of October in 2018, there was a event being held called Hacktoberfest which was sponsored by Digital Ocean Inc.

Here's my github link : https://github.com/manthanlal
 
Old 08-16-2019, 02:16 AM   #14
josephj
Member
 
Registered: Nov 2007
Location: Northeastern USA
Distribution: kubuntu
Posts: 214

Rep: Reputation: 112Reputation: 112
My first contribution was my own project, still active on Sourceforge: http://sourceforge.net/projects/duplexpr/

It's a system written in bash which emulates duplex (two-sided) printing for printers which don't support that in hardware and also supplies simple user print queue management.

It's so long ago, that I'm not sure exactly when it was - sometime around 2004.
 
Old 08-16-2019, 05:00 AM   #15
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,493

Rep: Reputation: Disabled
In my case, as a non programmer, my first download was a distro called ZipSlack8.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: What was your first open source pull request or contribution? LXer Syndicated Linux News 0 10-09-2018 12:50 PM
LXer: Make your first contribution to an open source project LXer Syndicated Linux News 0 04-11-2018 02:15 PM
LXer: A quick and easy way to make your first open source contribution LXer Syndicated Linux News 0 03-11-2018 10:04 AM
LXer: Making your first open source contribution LXer Syndicated Linux News 0 05-17-2017 03:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration