Skip to content

Commit 2b8a1d1

Browse files
authored
Update issue templates
1 parent 7a3c01c commit 2b8a1d1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: "Bugs, missing documentation, or unexpected behaviour \U0001F914."
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
* Please fill out this template with all the relevant information so we can
13+
understand what's going on and fix the issue. We appreciate bugs filed and PRs
14+
submitted!
15+
16+
* You can get the installed version of an NPM package by running `npm ls <insert package name>` in your terminal.
17+
18+
-->
19+
20+
- `three` version:
21+
- `@react-three/fiber` version:
22+
- `react-three-map` version:
23+
- `node` version:
24+
- `npm` (or `yarn`) version:
25+
26+
### Problem description:
27+
28+
<!-- Please describe why the current behaviour is a problem -->
29+
30+
### Relevant code:
31+
32+
<!-- 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 -->
33+
34+
```js
35+
let your = (code, tell) => `the ${story}`
36+
```
37+
38+
### Suggested solution:
39+
40+
<!--
41+
It's ok if you don't have a suggested solution, but it really helps if you could
42+
do a little digging to come up with some suggestion of how to improve things.
43+
-->

0 commit comments

Comments
 (0)