From what I can tell, the steps to move content from GitHub to JsDelivr are the following:
- Fork from https://github.com/jsdelivr/jsdelivr to https::/github.com/user/repo_name/, where user is your GitHub user name and repo_name is the name of your new repository.
- Clone the your GitHub repository to your local machine.
- Add your content to your local repository.
- Push your local repository to your GitHub repository.
- Add a version number to the commit you want to add to JsDeliver. (see Creating Releases)
- Send a pull request to https://github.com/jsdelivr/jsdelivr.
I realize this may be wrong and there is probably more than 1 way to do this, but I wanted to post a reasonable starting point for this discussion.