Guidance Needed: PR for an update to an existing app

So, I have never made an app before (still haven’t…yet) or coded in anything except markup, or submitted a PR. However, I have made some changes to an existing app.

To do so:

  1. I forked the Tidbyt community
  2. Cloned it locally
  3. Created a branch
  4. Made my changes
  5. Tested them locally

I think my next step is to create a PR to merge my branch? How do I do that?

Note: I am using Windows and VSStudio. You should talk to me like i’m 5.

I would recommend installing github desktop client. This will allow you to commit your changes, push your fork to github which should then prompt you to create a PR. You can also just commit and push from within vscode, then go to your fork on github.com and create the PR there.