Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.22 KB

File metadata and controls

17 lines (16 loc) · 1.22 KB

App Requests

Rules

Any app requests must conform with the following rules to be added.

  1. Do not include any copyrighted content that you don't have the rights to use (piracy)
    • Loading copyrighted assets externally from the SD card is fine as long as it's not shipped with the application, whether from the script or in the app itself
  2. The app should not be focused around NSFW content
    • If it does have NSFW content in it as a minor part, then it should be clearly labeled as such
  3. There must be some description of what the app does, whether in the README or submitted app description
  4. Must have some functionality, not just a testing app

Recommendations

These are not strict requirements, but are recommended.

  1. Make the source code be publically accessible
  2. Use GitHub Releases for app downloads, this makes update tracking and downloads much easier
    • Bitbucket is also supported, but not as well, and other sites can be added if they have a good API for it
  3. Have a place for public discussion of your app (GitHub Discussions, GBAtemp, Discord server, etc)
  4. If a online service component exists, try to make it open source and allow the URL which the apps connects with to be changed, in case the service goes down