|
@@ -4,7 +4,6 @@ about: Something not working as it should
|
|
|
title: ''
|
|
title: ''
|
|
|
labels: "type: bug \U0001F41B"
|
|
labels: "type: bug \U0001F41B"
|
|
|
assignees: ''
|
|
assignees: ''
|
|
|
-
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
**Describe the bug**
|
|
**Describe the bug**
|
|
@@ -12,6 +11,7 @@ A clear and concise description of what the bug is.
|
|
|
|
|
|
|
|
**To Reproduce**
|
|
**To Reproduce**
|
|
|
Steps to reproduce the behavior:
|
|
Steps to reproduce the behavior:
|
|
|
|
|
+
|
|
|
1. Go to '...'
|
|
1. Go to '...'
|
|
|
2. Click on '....'
|
|
2. Click on '....'
|
|
|
3. Scroll down to '....'
|
|
3. Scroll down to '....'
|
|
@@ -20,10 +20,44 @@ Steps to reproduce the behavior:
|
|
|
**Expected behavior**
|
|
**Expected behavior**
|
|
|
A clear and concise description of what you expected to happen.
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
|
|
|
|
|
+**Actual behavior**
|
|
|
|
|
+A clear and concise description of what actually happened.
|
|
|
|
|
+
|
|
|
|
|
+**Screenshots/Videos**
|
|
|
|
|
+If applicable, add screenshots or videos to help explain your problem.
|
|
|
|
|
+
|
|
|
|
|
+**Error logs**
|
|
|
|
|
+If applicable, paste any relevant error messages or stack traces:
|
|
|
|
|
+
|
|
|
|
|
+```
|
|
|
|
|
+Paste error logs here
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
**Environment (please complete the following information):**
|
|
**Environment (please complete the following information):**
|
|
|
- - @vendure/core version:
|
|
|
|
|
- - Nodejs version
|
|
|
|
|
- - Database (mysql/postgres etc):
|
|
|
|
|
|
|
+
|
|
|
|
|
+- @vendure/core version:
|
|
|
|
|
+- Nodejs version:
|
|
|
|
|
+- Database (mysql/postgres etc):
|
|
|
|
|
+- Operating System (Windows/macOS/Linux):
|
|
|
|
|
+- Browser (if applicable):
|
|
|
|
|
+- Package manager (npm/yarn/pnpm):
|
|
|
|
|
+
|
|
|
|
|
+**Configuration**
|
|
|
|
|
+If relevant, share your Vendure configuration (remove sensitive data):
|
|
|
|
|
+
|
|
|
|
|
+```typescript
|
|
|
|
|
+// Your configuration here
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+**Minimal reproduction**
|
|
|
|
|
+If possible, provide a minimal code example or repository that reproduces the issue.
|
|
|
|
|
+
|
|
|
|
|
+**Workaround**
|
|
|
|
|
+If you found a temporary workaround, please describe it here.
|
|
|
|
|
|
|
|
**Additional context**
|
|
**Additional context**
|
|
|
-Add any other context about the problem here.
|
|
|
|
|
|
|
+Add any other context about the problem here, such as:
|
|
|
|
|
+
|
|
|
|
|
+- When did this issue start occurring?
|
|
|
|
|
+- Does it happen consistently or intermittently?
|
|
|
|
|
+- Any recent changes to your setup?
|