简体   繁体   中英

Create fork from repository on github but in new pull request not find my fork

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

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.

  1. Fork the repository.
  2. Create a branch and make the necessary changes.
  3. Create a pull request on your branch and select merge to upstream master.
  4. Submit the pull request for review.

You can find more information here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM