Reputation: 362
I have made a modification of this https://github.com/zo0r/react-native-push-notification repository and when I try to make a new pull request in its repository I press compare forks and my fork doesn't appear ...
What am i doing wrong?
My fork is this: https://github.com/cookienawer/react-native-push-notification
Upvotes: 1
Views: 1214
Reputation: 144
You need to create a pull request in your forked repository. When creating this pull request, you need to select merge with upstream.
Here are the basic steps to create a pull request in an open-source repo.
You can find more information here.
Upvotes: 1