Closed cmleecm closed 5 years ago
Feel free to do so by either pushing it to your master branch (in which case the changes will appear in this PR) or push those changes into a new branch and open a new PR.
Feel free to do so by either pushing it to your master branch (in which case the changes will appear in this PR) or push those changes into a new branch and open a new PR.
It seems I have already push it to my master branch. Is there anything else I need to do?
Are you sure you are pushing to the master
branch and not develop
?
Because if you were, GitHub should show the commits in this PR, which it is not.
Help needed here. I have changed the base branch to the master branch. Is this pushing to the master branch?
You are now indeed pushing to the master branch, but because you were probably working off of the develop branch previously, a bunch of unwanted commits have made their way into this PR.
Could you please apply your changes on top of the develop
branch and then do a new PR between the current develop
and your fork?
Got it. I have created a new pull request #342 to merge the newly added berstein-vazirani_tutorial.ipynb from cmleecm:develop to ProjectQ-Framework:develop
I have created a Bernstein-Vazirani tutorial jupyter notebook and would like to contribute to the examples.