I might need some help:
I performed a fork, made changes to the files in the fork that showed up in my 
GitHub account and from within my account at the completion of the edits 
created Pull Request, but if I go into 
https://github.com/apache/cordova-plugin-splashscreen/pulls 
<https://github.com/apache/cordova-plugin-splashscreen/pulls> I’m not seeing 
the Pull Request show up??

 

> On Sep 22, 2018, at 2:16 AM, Jan Piotrowski <[email protected]> wrote:
> 
> Awesome.
> 
> So what you want to do is create a Pull Request (PR) from a branch in a fork 
> of this repository where you changed those files.
> 
> Small glossary:
> 
> Pull Request = Like an issue, but has code attached to it that can simply be 
> merged into the original repository
> Branch = A "branch" in a repository with some changes. There mostly is a 
> master branch that has the main code, and many other branches with slight 
> modifications. That way you can have a branch for each bug, feature etc. and 
> it is easy to see only the changes for that
> Fork = Copy of a repository under your username. At first a fork is just a 
> copy, but then you can make changes in there (you can't do that here because 
> you don't have access) and send a PR with those changes later.
> Now some links with instructions what you have to do:
> 
> Fork the repo: https://help.github.com/articles/fork-a-repo/ 
> <https://help.github.com/articles/fork-a-repo/> Really relevant is just this 
> bit: https://help.github.com/articles/fork-a-repo/#fork-an-example-repository 
> <https://help.github.com/articles/fork-a-repo/#fork-an-example-repository>
> Make changes in your repository: Now you can check out your fork with Git to 
> your computer, change the files and commit and push the changes: 
> https://help.github.com/articles/cloning-a-repository/ 
> <https://help.github.com/articles/cloning-a-repository/> + 
> https://help.github.com/articles/adding-a-file-to-a-repository-using-the-command-line/
>  
> <https://help.github.com/articles/adding-a-file-to-a-repository-using-the-command-line/>
> Or you can do it online on Github.com in the UI: 
> https://help.github.com/articles/editing-files-in-your-repository/ 
> <https://help.github.com/articles/editing-files-in-your-repository/>
> When you have edited both files in your fork, you can create a pull request 
> on this repository to get your changes back here: 
> https://help.github.com/articles/creating-a-pull-request/ 
> <https://help.github.com/articles/creating-a-pull-request/>
> Then we have a Pull Request here with your changes that we can look at.
> This seems like a lot now, but it is just a few simple steps once you 
> understood it. Let me know if you hit any stumbling blocks, I'll be happy to 
> help you along the way.
> 
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub 
> <https://github.com/apache/cordova-plugin-splashscreen/issues/158#issuecomment-423729731>,
>  or mute the thread 
> <https://github.com/notifications/unsubscribe-auth/Apejd120ameQZA78kIN18etqndBZyNZcks5udf_wgaJpZM4W1Lu1>.
> 



[ Full content available at: 
https://github.com/apache/cordova-plugin-splashscreen/issues/158 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to