git clone https://github.com/VsFreyaDevs/VsFreyaModNew.git # to clone the repo
cd funkin # to enter the project directory
You have to follow all the steps in the compiling guide so the game can run on your device.
Keep in mind to follow the style-guide to maintain a consistent style throughout, making the repo easier to maintain.
You have to add your fork as a remote, you can do this by doing:
git remote add REMOTENAME https://github.com/YOURNAMEHERE/VsFreyaModNew.git
And then, you can commit your changes and push them to the branch main
or any branch you want to push to.
Then, you can create a pull request on github, where you'll want to merge your branch to the target branch you're pushing to.
Then, the Vs. Freya developers will review your branch and approve or dissaprove/comment the changes, and eventually merge.
Happy contributing!