-
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.
1.113 release
- Loading branch information
Showing
97 changed files
with
2,060 additions
and
930 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Report a bug | ||
description: Let us know so we can fix it! | ||
labels: ["needs triage", "type - bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for helping us improve CesiumJS! Please describe what the expected behavior is vs what actually happens. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Reproduction steps | ||
description: "How do you trigger this bug? Please walk us through it step by step." | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
- type: input | ||
id: sandcastle | ||
attributes: | ||
label: Sandcastle example | ||
description: Creating a Sandcastle example (https://sandcastle.cesium.com) that reproduces the issue helps us a lot in tracking down bugs. Paste the link you get from the "Share" button in Sandcastle below. | ||
placeholder: ex. https://sandcastle.cesium.com/... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment | ||
description: What Browsers, OS, and CesiumJS version are you experiencing this issue on? | ||
value: | | ||
Browser: | ||
CesiumJS Version: | ||
Operating System: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
If you can also contribute a fix, we'd absolutely appreciate it! Fixing a bug in CesiumJS often means fixing a bug for thousands of applications and millions of end users. | ||
Check out the contributor guide to get started: [CONTRIBUTING.md](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md) | ||
Just let us know you're working on it and we'd be happy to provide advice and feedback. |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Request a feature | ||
description: New ideas & improvements to CesiumJS are always welcome. | ||
labels: ["needs triage", "type - enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for helping make CesiumJS better! | ||
When suggesting an idea, give examples of the intended use case. Features that benefit the wider community are more likely to be prioritized. | ||
- type: textarea | ||
id: new-feature | ||
attributes: | ||
label: Feature | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
The best way to get your ideas into CesiumJS is to help us! We love contributions and are always happy to be provide feedback and advice. Check out the contributor guide to get started: [CONTRIBUTING.md](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md) |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Ask a question | ||
description: Please use the community forum (https://community.cesium.com/) for general questions about using CesiumJS. | ||
labels: ["needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
:exclamation: Please use the [community forum](https://community.cesium.com/) for asking questions about how to use CesiumJS and best practices. The core CesiumJS team actively monitors the forum and we love seeing what people are working on! :exclamation: | ||
- type: checkboxes | ||
id: verify | ||
attributes: | ||
label: Verification | ||
description: Confirm you will ask your question on our forums linked above | ||
options: | ||
- label: "Yes" |
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,35 @@ | ||
<!-- | ||
Thanks for the Pull Request! | ||
Please review [Contribution Guide](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md) before opening your first Pull Request. | ||
To ensure your Pull Request is reviewed and accepted quickly, please refer to our [Pull Request Guidelines](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md#pull-request-guidelines). | ||
--> | ||
|
||
# Description | ||
|
||
<!-- Describe your changes in detail --> | ||
|
||
<!-- Consider: Why is this change required? What problem does it solve? --> | ||
|
||
<!-- Include screenshots if appropriate --> | ||
|
||
## Issue number and link | ||
|
||
<!-- If it fixes an open issue, link to the issue here --> | ||
|
||
<!-- Consider: If suggesting a new feature or change, discuss it in an issue first. --> | ||
|
||
## Testing plan | ||
|
||
<!-- Describe in detail how you tested your changes. If this fixes a bug, list the steps to reproduce the original issue. --> | ||
|
||
# Author checklist | ||
|
||
- [ ] I have submitted a Contributor License Agreement | ||
- [ ] I have added my name to `CONTRIBUTORS.md` | ||
- [ ] I have updated `CHANGES.md` with a short summary of my change | ||
- [ ] I have added or updated unit tests to ensure consistent code coverage | ||
- [ ] I have update the inline documentation, and included code examples where relevant | ||
- [ ] I have performed a self-review of my code |
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
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
File renamed without changes
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
File renamed without changes
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
File renamed without changes
Oops, something went wrong.