Auroriax / PuzzleScriptPlus

Puzzlescript Plus: Open Source HTML5 Puzzle Game Engine (with lots of extra functionality)
https://auroriax.github.io/PuzzleScript/
34 stars 4 forks source link

Readme instructions for creating a PR from another fork #96

Open david-pfx opened 1 year ago

david-pfx commented 1 year ago

The README says:

To make a PR when you already have a fork of vanilla PS:
    Locally, add PuzzleScript Plus as an origin in your PuzzleScript repository.
    Fetch and check out a branch from PuzzleScript Plus (likely develop unless instructed otherwise).
    Now you can commit there, push it, and use that branch for PRs!

It's not made clear that you have to first push a PR branch to your own fork, and then raise the PR from your fork to PS+.

The steps I suggest are: