Github Sign Up Image

GitHub Preparations

This step only needs to be performed one time.
The submission process is now handled through GitHub. This provides a bunch of useful tools for the verifiers and helps with individual responses to submissions.

  1. First you will need to create a GitHub account:
  2. Then create a fork of the Candy's Shop Repository: (If you already have and your fork is out of date, click "Sync Fork" on your forked repository page https://github.com/<username>/candys-shop)

Making a branch

Next, you will be making a branch for your song

  1. Navigate to your fork at https://github.com/<username>/candys-shop.
  2. Ensure the branch on the top-left of the screen is main. If it is not, click the button, and it will produce a dropdown of branches. Select main from that list.
  1. Ensure your main branch is synced. To do so, click the Sync Fork button. This will produce a popup. If there's an option which says Update branch, click it.
  1. Click the button named main that was referenced in step 2. It will produce a popup with a search field, type in the name of your song. It will produce a button which will say Create branch {name} from main. Click it.