Skip to content

Commit 509799f

Browse files
authoredJun 6, 2018
Merge pull request #31 from AnalyticalGraphicsInc/master
Update Cesium master to latest from AnalyticalGraphics
2 parents 4b98768 + 6fdf2b7 commit 509799f

File tree

2,230 files changed

+190365
-52652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,230 files changed

+190365
-52652
lines changed
 
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{{#if claEnabled}}
2+
{{#if errorCla}}
3+
@{{ userName }}, thanks for the pull request!
4+
5+
If this is your first contribution, please send in a [Contributor License Agreement](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla) (CLA) so that we can review and merge this pull request.
6+
7+
:x: Maintainers, there was an error processing the CLA, resolve it to continue CLA checking.
8+
```
9+
{{ errorCla }}
10+
```
11+
{{else}}
12+
{{#if askForCla}}
13+
[![Please sign the CLA before we review this PR.](https://img.shields.io/badge/CLA-required-red.svg)](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla)
14+
15+
Welcome to the Cesium community @{{ userName }}!
16+
17+
Can you please send in a [Contributor License Agreement](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla) (CLA) so that we can review and merge this pull request?
18+
{{else}}
19+
![Signed CLA is on file.](https://img.shields.io/badge/CLA-signed-brightgreen.svg)
20+
21+
@{{ userName }}, thanks for the pull request! Maintainers, we have a signed CLA from @{{ userName }}, so you can review this at any time.
22+
{{/if}}
23+
{{/if}}
24+
{{else}}
25+
@{{ userName }}, thanks for the pull request!
26+
{{/if}}
27+
28+
{{#if askAboutChanges}}
29+
:warning: I noticed that [CHANGES.md]({{ repository_url }}/blob/master/CHANGES.md) has not been updated. If this change updates the public API in any way, fixes a bug, or makes any non-trivial update, please add a bullet point to `CHANGES.md` and comment on this pull request so we know it was updated. For more info, see the [Pull Request Guidelines]( https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#pull-request-guidelines).
30+
31+
{{/if}}
32+
{{#if askAboutThirdParty}}
33+
:warning: I noticed that a file in one of our ThirdParty folders (`{{ thirdPartyFolders }}`) has been added or modified. Please verify that it has a section in [LICENSE.md]({{ repository_url }}/blob/master/LICENSE.md) and that its license information is up to date with this new version. Once you do, please confirm by commenting on this pull request.
34+
35+
{{/if}}

‎.concierge/templates/signature.hbs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
3+
__I am a bot who helps you make Cesium awesome! [Contributions to my configuration are welcome.](https://github.com/AnalyticalGraphicsInc/cesium/tree/master/.concierge)__
4+
5+
:earth_africa: :earth_americas: :earth_asia:

0 commit comments

Comments
 (0)