-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 5e4ef8c.
- Loading branch information
njrivera
authored
Jul 16, 2019
1 parent
5e4ef8c
commit 5f8dda9
Showing
1,852 changed files
with
51,833 additions
and
153,793 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,24 @@ | ||
{{#if askAboutContributors}} | ||
Thank you so much for the pull request @{{ userName }}! I noticed this is your first pull request and I wanted to say welcome to the Cesium community! | ||
{{#if claEnabled}} | ||
{{#if askForCla}} | ||
[![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) | ||
|
||
The [Pull Request Guidelines](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#pull-request-guidelines) is a handy reference for making sure your PR gets accepted quickly, so make sure to skim that. | ||
Welcome to the Cesium community @{{ userName }}! | ||
|
||
* :x: Missing `CONTRIBUTORS.md` entry. | ||
* Please add yourself to the [contributors]({{ contributorsUrl }}) file! | ||
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? | ||
{{else}} | ||
Thanks for the pull request @{{ userName }}! | ||
![Signed CLA is on file.](https://img.shields.io/badge/CLA-signed-brightgreen.svg) | ||
|
||
@{{ userName }}, thanks for the pull request! Maintainers, we have a signed CLA from @{{ userName }}, so you can review this at any time. | ||
{{/if}} | ||
{{#if claEnabled}} | ||
{{#if errorCla}} | ||
* :grey_exclamation: There was an error checking the CLA! 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). | ||
* Maintainers, this was the error I ran into while attempting to process the CLA check. Please resolve it to continue CLA checking. | ||
``` | ||
{{ errorCla }} | ||
``` | ||
{{else}} | ||
{{#if askForCla}} | ||
* :x: Missing CLA. | ||
* Please send in a [Contributor License Agreement](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla) (CLA) and comment back here to let us know to check this! | ||
{{else}} | ||
* :heavy_check_mark: Signed CLA found. | ||
{{/if}} | ||
{{/if}} | ||
@{{ userName }}, thanks for the pull request! | ||
{{/if}} | ||
|
||
{{#if askAboutChanges}} | ||
* :grey_question: [CHANGES.md]({{ repository_url }}/blob/{{ headBranch }}/CHANGES.md) was not updated. | ||
* If this change updates the public API in any way, please add a bullet point to `CHANGES.md`. | ||
: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). | ||
|
||
{{/if}} | ||
{{#if askAboutThirdParty}} | ||
* :grey_question: Changes to third party files were made. | ||
* Looks like 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. | ||
{{/if}} | ||
{{#if askAboutTests}} | ||
* :grey_question: Unit tests were not updated. | ||
* Make sure you've [updated tests](https://github.com/AnalyticalGraphicsInc/cesium/tree/master/Documentation/Contributors/TestingGuide) to reflect your changes, added tests for any new code, and ran the code coverage tool. | ||
{{/if}} | ||
|
||
Reviewers, don't forget to make sure that: | ||
: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. | ||
|
||
- [ ] Cesium Viewer works. | ||
- [ ] Works in 2D/CV. | ||
- [ ] Works (or fails gracefully) in IE11. | ||
{{/if}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
__I am a bot who helps you make Cesium awesome! [Contributions to my configuration are welcome.](https://github.com/AnalyticalGraphicsInc/cesium/tree/master/.concierge)__ | ||
:earth_africa: :earth_americas: :earth_asia: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Thanks for contributing to the Cesium Community! | ||
|
||
If you have a question, please search the forum: | ||
|
||
http://cesiumjs.org/forum.html | ||
|
||
and start a new forum thread, if needed, instead of creating this issue. | ||
|
||
Otherwise, we look forward to your bug report or feature request in this issue. | ||
|
||
--- | ||
|
||
Delete this message before clicking Submit. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.