|
@@ -0,0 +1,36 @@
|
|
|
+---
|
|
|
+name: "\U0001F41B Bug report"
|
|
|
+about: Create a report to help us improve
|
|
|
+title: ''
|
|
|
+labels: pending-triage
|
|
|
+assignees: ''
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+**Describe the bug**
|
|
|
+A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
|
|
|
+
|
|
|
+I am doing ... What I expect is ... What actually happening is
|
|
|
+
|
|
|
+**Reproduction**
|
|
|
+Please provide a link using this template on [Stackblitz](https://stackblitz.com/edit/tresjs-basic?file=README.md)
|
|
|
+
|
|
|
+**Steps**
|
|
|
+Steps to reproduce the behavior:
|
|
|
+1. Go to '...'
|
|
|
+2. Click on '....'
|
|
|
+3. Scroll down to '....'
|
|
|
+4. See error
|
|
|
+
|
|
|
+**Expected behavior**
|
|
|
+A clear and concise description of what you expected to happen.
|
|
|
+
|
|
|
+**Screenshots**
|
|
|
+If applicable, add screenshots to help explain your problem.
|
|
|
+
|
|
|
+**System Info**
|
|
|
+Output of `npx envinfo --system --npmPackages '{vite,@tresjs/*, three, vue}' --binaries --browsers`
|
|
|
+
|
|
|
+
|
|
|
+**Additional context**
|
|
|
+Add any other context about the problem here.
|