LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   LQ Poll: What was your first open source pull request or contribution? (https://www.linuxquestions.org/questions/linux-general-1/lq-poll-what-was-your-first-open-source-pull-request-or-contribution-4175659208/)

jeremy 08-15-2019 06:19 PM

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

zsd 08-15-2019 07:32 PM

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.

faginbagin 08-15-2019 07:59 PM

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.

vorbote 08-15-2019 08:22 PM

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.

BW-userx 08-15-2019 08:37 PM

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.

jeremy 08-15-2019 08:48 PM

Quote:

Originally Posted by zsd (Post 6025576)
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

frankbell 08-15-2019 09:47 PM

I gather this refers specifically to contributions to open source code/software.

pgroover 08-15-2019 10:48 PM

I'm going with the existing narrative as pull requests didn't exist back then for me either.

phoenix1121 08-16-2019 12:40 AM

My first open-source is a contribution and then pull requests.

https://github.com/akhilin/jondobrowser-build

wolde 08-16-2019 01:16 AM

I cannot understand the question, because I cannot imagine what 'pull request' could mean.
Does any explanation of 'pull request' exist?

LinWinux 08-16-2019 01:26 AM

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

.

josephj 08-16-2019 02:04 AM

@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.

Manthan Lal 08-16-2019 02:09 AM

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

josephj 08-16-2019 02:16 AM

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.

fatmac 08-16-2019 05:00 AM

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


All times are GMT -5. The time now is 06:38 PM.