Pull request rejected

>pull request rejected

Attached: 1648924059314 (1).png (657x527, 341.45K)

>the pull request
>"Added a Code of Conduct"

function random_number() {
return 2;
}

>pull request rejected
>reson: no tests

>just get done fixing merge conflicts
>someone else's PR gets approved first so you have to start all over

Attached: 1561936176344.jpg (249x240, 6.75K)

git merge -s ours

You're welcome.

>pull request approved
>my shitty code is now on all of your computers, as long as you have systemd
>win and macfags need not apply

You're welcome

Attached: happy-pep-5845cd430b2a3b54fdbaecf8.png (1024x1024, 25.47K)

git noob here

let's say i cloned a git, i made no changes, but the master branch has shit tons of updated

what command do I use to update my local clone to the master?

git checkout -f

git pull

>pull request approved
>immediately reverted by another maintainer who didn't pipe up in the 3 months it was open

Attached: 1648927627043.jpg (680x438, 185.97K)

How do I find a repo to contribute to? Everything already has a ton of help

>cute anime girl pfp
I will now accept your pull request.

Attached: konata2.png (329x293, 135.63K)

>not simply reverting his revert and rebasing your commit

shitposting aside one of the most valuable lessons I've learned is not to identify with your work too much. don't be sad when your PR is rejected. it's not an attack on you.

But I worked really hard on it!

that means one of two things
1. you didn't consult the maintainers first to see if they wanted what you worked on
2. your PR was of poor quality or too large
you can fix both of these things going forward.

That's the weakest post I've read all day. Just go cower under the table you fucking loser. Assert dominance by force pushing everything.

>you didn't consult the maintainers first to see if they wanted what you worked on
It has one maintainer, I'm not gonna ask permission to add features I wanted.

>I'm not gonna ask permission to add features I wanted
well, you have to if you want it merged. it's their call.

Well then fuck you i'm forking the repo.

>reject their PR
>copy paste their code into my project and commit it with my name

If you write open source, you literally have no legal right to complain. :^)

git pull --rebase
but honestly, you shouldn't be making changes in master if you're planning on creating a pull request. do it on a separate branch.

>Well then fuck you i'm forking the repo.
That was always allowed