pact-foundation / pact-workshop-js

Pact JS workshop - learn Pact in 60 minutes
https://pact.io
148 stars 154 forks source link

Add pr in wrong repo #103

Closed catdolls closed 1 year ago

mefellows commented 1 year ago

Did you mean to raise the PR to this repo?

catdolls commented 1 year ago

Did you mean to raise the PR to this repo?

Yes, just want to share code for my friend. Do you know how can I create PR for only this fork.

mefellows commented 1 year ago

When you open the pull request, by default the base will be for the forked repo (i.e. this one). Just select the correct base to your repository and it should be good to go.

If you just wanted to share your changes with a friend, they are already visible on your repo branch here: https://github.com/catdolls/pact-workshop-js/tree/test-consumer

catdolls commented 1 year ago

Thank you for your suggestion.