-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a3c01c
commit 2b8a1d1
Showing
1 changed file
with
43 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: "Bugs, missing documentation, or unexpected behaviour \U0001F914." | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
* Please fill out this template with all the relevant information so we can | ||
understand what's going on and fix the issue. We appreciate bugs filed and PRs | ||
submitted! | ||
* You can get the installed version of an NPM package by running `npm ls <insert package name>` in your terminal. | ||
--> | ||
|
||
- `three` version: | ||
- `@react-three/fiber` version: | ||
- `react-three-map` version: | ||
- `node` version: | ||
- `npm` (or `yarn`) version: | ||
|
||
### Problem description: | ||
|
||
<!-- Please describe why the current behaviour is a problem --> | ||
|
||
### Relevant code: | ||
|
||
<!-- feel free to input the code in the space below, but since we're working with 3D, it's generally better to provide a sandbox, here's a start β https://codesandbox.io/p/sandbox/react-three-map-gettings-started-dhw34w --> | ||
|
||
```js | ||
let your = (code, tell) => `the ${story}` | ||
``` | ||
|
||
### Suggested solution: | ||
|
||
<!-- | ||
It's ok if you don't have a suggested solution, but it really helps if you could | ||
do a little digging to come up with some suggestion of how to improve things. | ||
--> |