Skip to content

Commit 97a9e2a

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix/expression-issue-12455
2 parents b364175 + 1aec8ef commit 97a9e2a

File tree

4,005 files changed

+319434
-273526
lines changed

Some content is hidden

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

4,005 files changed

+319434
-273526
lines changed

.concierge/templates/pullRequestOpened.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Thanks for the pull request @{{ userName }}!
2020
{{#if askForCla}}
2121
* :x: Missing CLA.
2222
* Please send in a [Contributor License Agreement](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md#contributor-license-agreement-cla) (CLA) and comment back here to let us know to check this!
23-
* Maintainers, [here's how to check](https://github.com/CesiumGS/cesium/blob/main/Documentation/Contributors/CLAs/README.md) for a submitted CLA.
2423
{{else}}
2524
* :heavy_check_mark: Signed CLA found.
2625
{{/if}}

.eslintignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Report a bug
2+
description: Let us know so we can fix it!
3+
labels: ["needs triage", "type - bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for helping us improve CesiumJS! Please describe what the expected behavior is vs what actually happens.
9+
- type: textarea
10+
id: what-happened
11+
attributes:
12+
label: What happened?
13+
description: Also tell us, what did you expect to happen?
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: repro
18+
attributes:
19+
label: Reproduction steps
20+
description: "How do you trigger this bug? Please walk us through it step by step."
21+
value: |
22+
1.
23+
2.
24+
3.
25+
...
26+
- type: input
27+
id: sandcastle
28+
attributes:
29+
label: Sandcastle example
30+
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.
31+
placeholder: ex. https://sandcastle.cesium.com/...
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: environment
36+
attributes:
37+
label: Environment
38+
description: What Browsers, OS, and CesiumJS version are you experiencing this issue on?
39+
value: |
40+
Browser:
41+
CesiumJS Version:
42+
Operating System:
43+
- type: markdown
44+
attributes:
45+
value: |
46+
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.
47+
48+
Check out the contributor guide to get started: [CONTRIBUTING.md](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md)
49+
50+
Just let us know you're working on it and we'd be happy to provide advice and feedback.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Ask a question
4+
url: https://community.cesium.com/c/cesiumjs/5
5+
about: CesiumJS is a big project, so we use GitHub for feature requests and bug tracking exclusively. Please use the community forum for general questions. The Cesium team and community actively monitor it and love seeing what people are working on!

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Request a feature
2+
description: New ideas & improvements to CesiumJS are always welcome.
3+
labels: ["needs triage", "type - enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for helping make CesiumJS better!
9+
10+
When suggesting an idea, give examples of the intended use case. Features that benefit the wider community are more likely to be prioritized.
11+
- type: textarea
12+
id: new-feature
13+
attributes:
14+
label: Feature
15+
validations:
16+
required: true
17+
- type: markdown
18+
attributes:
19+
value: |
20+
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)

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
package-lock.json

0 commit comments

Comments
 (0)