Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoHamuy authored Aug 8, 2024
1 parent 7a3c01c commit 2b8a1d1
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/πŸ›-bug-report.md
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.
-->

0 comments on commit 2b8a1d1

Please sign in to comment.