-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
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.