|
|
@@ -0,0 +1,29 @@
|
|
|
+---
|
|
|
+name: Bug report
|
|
|
+about: Something not working as it should
|
|
|
+title: ''
|
|
|
+labels: "type: bug \U0001F41B"
|
|
|
+assignees: michaelbromley
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+**Describe the bug**
|
|
|
+A clear and concise description of what the bug is.
|
|
|
+
|
|
|
+**To Reproduce**
|
|
|
+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.
|
|
|
+
|
|
|
+**Environment (please complete the following information):**
|
|
|
+ - @vendure/core version:
|
|
|
+ - Nodejs version
|
|
|
+ - Database (mysql/postgres etc):
|
|
|
+
|
|
|
+**Additional context**
|
|
|
+Add any other context about the problem here.
|