You have a branch for your custom client. Now what?


Next steps after I have created a branch (e.g. custom-ui) for your custom client. The instructions here are very basic and are intended to be pointers to what you can look up further. You should be familiar with git and the standard github workflow, including forks, branches, pull requests and reviews.

$ git commit
$ git push origin add-new-feature
- Generate pull request into the custom-ui, not master branch) - I will review for basic sanity, merge and deploy to your channel - Ask people to deploy from your channel (e.g. https://e-mission.eecs.berkeley.edu/#/client_setup?new_client=custom-ui&clear_usercache=true&clear_local_storage=true) - ???? - Knowledge!