Nick C. said: Thanks for the guide. I used the GitHub Desktop and followed the steps, at least up to #8. But no box appeared saying to create a Pull Request so I don't know if it worked or not. I don't have any more prompts giving me options, but I do see in the History tab that that my changes are noted. Did it work or do I need to do more? How can I tell? Github desktop is notoriously fickle. You can manually create a pull request to the Roll20 repo on the repo itself (make sure you are logged in to github). I know that the command line interface for git is intimidating, but it really is the better option to use whenever you're interacting with git. The desktop app hides a lot of the information and options from you, which is nice when everything works correctly, but means you won't see a lot of errors and problems that the cli will tell you about. Also, once you get practiced in a cli workflow, it is exponentially faster than using the desktop app. There is a step by step guide on the wiki for how to interact with the repo via the command line.