https://github.com/heliosmaster/client-app-1
https://github.com/heliosmaster/client-app-1
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heliosmaster/client-app-1
- Owner: Heliosmaster
- Created: 2019-04-18T12:10:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T08:20:14.000Z (about 7 years ago)
- Last Synced: 2025-03-23T23:42:53.315Z (about 1 year ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`
2. 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```
3. Checkout a new branch and add your commits there.
4. When you are ready, open a PR in this repository.
4. 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.
5. 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.