Contributing tools
Thanks for considering to contribute to Awesome Arcade! Submitting a tool will allow others to find it, helping others in their game making process!
There are two main ways to contribute tools to Awesome Arcade: Issues and pull requests
Submit an issue
The GitHub repository that hosts the source code for Awesome Arcade accepts issues on new tools! You can use the new tool issue template to help you quickly file an issue for me to add a tool to the list.
Please insert the relevant information, replacing the brackets as necessary.
For example, if I wanted to contribute my Arcade-MIDI-to-Song tool that helps you play MIDI music in a MakeCode Arcade game, I would choose the "New tool" issue template:
And then I would fill out the template with information, like this:
As you can see, the only required information is the tool URL (obviously) and the GitHub URL but filling out the other details will help me out. Thanks!
Submit a pull request
The GitHub repository that hosts the source code for Awesome Arcade accepts pull requests on new tools!
Unfortunately, the author was too lazy to describe how to precisely add in new tools because of the switch over from an XML file (shudder) to TinaCMS which uses Markdown documents. So it's recommended to follow the first method of submitting an issue. Maybe one day the author will get around to finishing this section...