Heliosmaster / client-app-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client app

In order to contribute to this open source repository, ensure the following:

  1. Fork this repository

  2. Add this repository as upstream with git remote add upstream git@github.com:test-org-integration/client-app.git

  3. In your fork, ensure that your local master branch is always up to date with this repository master branch. This comes for free when you fork the repository. If not, give

    git fetch upstream && git checkout master && git reset --hard upstream/master

  4. Checkout a new branch and add your commits there.

  5. When you are ready, open a PR in this repository.

  6. When you are changes are deemed ok, a maintainer will comment the PR with OK TO MERGE. That will trigger out automated pipelines and your commit will make it upstream to our private server.

  7. When your changes are merged, you will receive a comment in your PR. After that ensure that your master branch is up to date with the master of this repo, by repeating step 2.

About


Languages

Language:C 100.0%