Skip to content

Making changes to current apps

KodeStar edited this page Jul 3, 2019 · 4 revisions

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

![https://drive.google.com/file/d/1gPSJr7t4EK7WvhrtQ2AiOdcf4i0yvSeQ/view](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.

Clone this wiki locally