@bdream in the case where I made a copy, and NOT a fork, i create a fork, rename my installed instance out of the way, then clone the fork from MY github userid, and then copy the files from the saved instance to the new instance, retest, then use git to save those (commit to local repository) and then push to the fork. then u can erase your saved instance
now on the fork, others can try it out, as they can clone YOUR instance, instead of the original.
you can then create a pull request to the original repository.
your form does NOT stay in sync automatically with the original…
YOU have to create a pull request FROM the original to your fork to get and merge updates…