Making changes to current apps - linuxserver/Heimdall-Apps GitHub Wiki

If you want to edit a current app, maybe to add a better logo or fix a mistake you need to follow the following steps:

  • Fork the repo
  • Create a branch
  • Make your changes
  • Create a new pull request

You can see a video of how to do it here

The reason to create a branch is so if you need to make changes to multiple apps, each PR can be judged on its own merit rather than having a single PR with changes to lots of apps.