35 lines
1.9 KiB
Handlebars
35 lines
1.9 KiB
Handlebars
{{#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!
|
|
|
|
The [Pull Request Guidelines](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md#pull-request-guidelines) is a handy reference for making sure your PR gets accepted quickly, so make sure to skim that.
|
|
{{else}}
|
|
Thanks for the pull request @{{ userName }}!
|
|
{{/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/CesiumGS/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.
|
|
* You'll need to [manually check for a submitted CLA](https://github.com/CesiumGS/cesium/blob/master/Documentation/Contributors/CLAs/README.md)
|
|
```
|
|
{{ errorCla }}
|
|
```
|
|
{{else}}
|
|
{{#if askForCla}}
|
|
* :x: Missing CLA.
|
|
* Please send in a [Contributor License Agreement](https://github.com/CesiumGS/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla) (CLA) and comment back here to let us know to check this!
|
|
* Maintainers, [here's how to check](https://github.com/CesiumGS/cesium/blob/master/Documentation/Contributors/CLAs/README.md) for a submitted CLA.
|
|
{{else}}
|
|
* :heavy_check_mark: Signed CLA found.
|
|
{{/if}}
|
|
{{/if}}
|
|
{{/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`.
|
|
{{/if}}
|
|
|
|
Reviewers, don't forget to make sure that:
|
|
|
|
- [ ] [Cesium for Unreal Samples](https://github.com/CesiumGS/cesium-unreal-samples) works.
|