-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dsavinov/tile-converter-docs
- Loading branch information
Showing
892 changed files
with
33,831 additions
and
35,099 deletions.
There are no files selected for viewing
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,76 @@ | ||
name: Bug Report | ||
description: Something does not work as expected | ||
title: "[Bug]" | ||
labels: bug | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to report a bug! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Note: In order to prevent drowning in unactionable issues, any issues that are not clearly actionable will be closed immediately.** | ||
In particular, if you are having issues with your particular build environment that are not clearly root caused, | ||
please start a conversation in [Discussions](https://github.com/visgl/loaders.gl/discussions) rather than opening issues. | ||
Also please start new feature proposals in the Discussions section. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
"loaders.gl" is maintained by a few individuals but we can only cover so much. | ||
We partly rely on the people who report bugs to make PRs for the fixes. | ||
If you choose to open PRs, the vis.gl / Open Visualization leads are focused on helping review and land your PRs, and publish new versions with your fixes. | ||
Simple fixes will generally land quickly if you are willing to address comments and fix linter issues. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Tips: Before filing a new bug: | ||
Check [existing issues](https://github.com/visgl/loaders.gl/issues)to avoid filing duplicate bugs. | ||
You may find answers faster by searching in [the documentation](https://loaders.gl/search). | ||
- type: textarea | ||
id: flavor | ||
attributes: | ||
label: Loader | ||
description: First, we need to understand which loader you are using. | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: What you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: What you expect to see. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: | | ||
Providing the following could help us resolve this issue faster: | ||
- A Codepen that reproduces the behavior. A good starting point is the "edit in CodePen" links in the layer documentations. | ||
- A sample of your dataset | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
Example: | ||
- **Framework version**: loaders.gl@4.2.0 | ||
- **Browser**: Chrome 110.0 | ||
- **Node**: Node 20.0 | ||
value: | | ||
- Framework version: | ||
- Browser: | ||
- Node: | ||
- OS: | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: Check the browser or node console for any relevant errors or warnings. | ||
validations: | ||
required: false |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: I have a question / I need help | ||
url: https://github.com/visgl/loaders.gl/discussions | ||
about: Please ask generic questions or request help in discussions. Non-specific issues will be closed by maintainers. |
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
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,3 +1,3 @@ | ||
# Code of Conduct | ||
|
||
loaders.gl is an [OpenJS Foundation](https://openjsf.org/) project. Please be mindful of and adhere to the OpenJS Foundation's [Code of Conduct](https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md) when contributing to loaders.gl. | ||
loaders.gl is an [OpenJS Foundation](https://openjsf.org/) project. Please be mindful of and adhere to the OpenJS Foundation's [Code of Conduct](https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md) when contributing to loaders.gl. |
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
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.